From e6716c54ec3184f8c0c976d7d5617fe6f6e6e54a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 22 Mar 2012 15:53:05 -0700 Subject: 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 (From OE-Core rev: 2f7ac32b57e047cdaf01e0b6f77509117dbbd14c) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.7.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.7.bb') 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} " -- cgit v1.2.3-54-g00ecf