diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-03-22 15:53:05 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 14:48:49 +0100 |
| commit | 2f7ac32b57e047cdaf01e0b6f77509117dbbd14c (patch) | |
| tree | ab1620aee6eb178f58797efa0cae6aba30e729d6 /meta/recipes-devtools/gcc/gcc-crosssdk-intermediate.inc | |
| parent | 573949096d51bde4961b2301c20c966c324a66bd (diff) | |
| download | openembedded-core-2f7ac32b57e047cdaf01e0b6f77509117dbbd14c.tar.gz openembedded-core-2f7ac32b57e047cdaf01e0b6f77509117dbbd14c.tar.bz2 openembedded-core-2f7ac32b57e047cdaf01e0b6f77509117dbbd14c.zip | |
gcc-crosssdk-intermediate: Use --with-native-system-header-dir for 4.7
--with-native-system-header-dir is relative to sysroot which
is what we want --with-headers is deprecated anyway
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-crosssdk-intermediate.inc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-crosssdk-intermediate.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate.inc b/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate.inc index 8f20d20156..ed5d5e838d 100644 --- a/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate.inc +++ b/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate.inc @@ -7,5 +7,3 @@ SYSTEMLIBS1 = "${SDKPATHNATIVE}${libdir_nativesdk}/" DEPENDS = "virtual/${TARGET_PREFIX}binutils-crosssdk gettext-native" DEPENDS += "virtual/${TARGET_PREFIX}libc-initial-nativesdk" PROVIDES = "virtual/${TARGET_PREFIX}gcc-intermediate-crosssdk" - -EXTRA_OECONF += " --with-headers=${STAGING_DIR_TCBOOTSTRAP}${SYSTEMHEADERS} " |
