diff options
Diffstat (limited to 'meta/recipes-devtools')
3 files changed, 2 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} " diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bb b/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bb index c7233af07b..3820cb670a 100644 --- a/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bb +++ b/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bb @@ -1,2 +1,3 @@ require recipes-devtools/gcc/gcc-cross-intermediate_${PV}.bb require gcc-crosssdk-intermediate.inc +EXTRA_OECONF += " --with-headers=${STAGING_DIR_TCBOOTSTRAP}${SYSTEMHEADERS} " diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.7.bb b/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.7.bb index 1aa588ac9f..32788988e8 100644 --- a/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.7.bb +++ b/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.7.bb @@ -1,2 +1,3 @@ require gcc-cross-intermediate_${PV}.bb require gcc-crosssdk-intermediate.inc +EXTRA_OECONF += " --with-native-system-header-dir=${SYSTEMHEADERS} " |