diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-10-12 15:10:47 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-10-25 14:53:19 -0700 |
| commit | 2c819946b5258291d1725dabb3f5180d36971bd6 (patch) | |
| tree | d24e588ea770969caad776876e203525e7fce843 /meta-microblaze/recipes-devtools/gcc/gcc-crosssdk.inc | |
| parent | 7f12056ccc3a978e9b69c380bffc3c04ee20520e (diff) | |
| download | meta-xilinx-2c819946b5258291d1725dabb3f5180d36971bd6.tar.gz | |
gcc: Import gatesgarth version, converted to new variable syntax
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-crosssdk.inc')
| -rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-crosssdk.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-crosssdk.inc b/meta-microblaze/recipes-devtools/gcc/gcc-crosssdk.inc new file mode 100644 index 00000000..bd2e71d6 --- /dev/null +++ b/meta-microblaze/recipes-devtools/gcc/gcc-crosssdk.inc | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | inherit crosssdk | ||
| 2 | |||
| 3 | PN = "gcc-crosssdk-${SDK_SYS}" | ||
| 4 | |||
| 5 | SYSTEMHEADERS = "${SDKPATHNATIVE}${prefix_nativesdk}/include" | ||
| 6 | SYSTEMLIBS = "${SDKPATHNATIVE}${base_libdir_nativesdk}/" | ||
| 7 | SYSTEMLIBS1 = "${SDKPATHNATIVE}${libdir_nativesdk}/" | ||
| 8 | |||
| 9 | GCCMULTILIB = "--disable-multilib" | ||
| 10 | |||
| 11 | DEPENDS = "virtual/${TARGET_PREFIX}binutils-crosssdk gettext-native ${NATIVEDEPS}" | ||
| 12 | PROVIDES = "virtual/${TARGET_PREFIX}gcc-crosssdk virtual/${TARGET_PREFIX}g++-crosssdk" | ||
