diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-04-30 20:51:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-02 11:43:48 +0200 |
commit | 9daadb3f4985ade47193f2db44d31f2a2189c414 (patch) | |
tree | bf0d16f1036cb62783d7be572416d7c2ba4fe70b | |
parent | a61c18324df231029419ab59196b23a6fb2b4743 (diff) | |
download | meta-openembedded-contrib-9daadb3f4985ade47193f2db44d31f2a2189c414.tar.gz |
gcc-crosssdk-intermediate_4.5.bb: with-headers has been moved from common include
To accomodate gcc 4.7 which needed a different option
than --with-header this option setting has been moved
into version specific recipes
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb b/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb index 971f3ba0d61..61a0dfbab9b 100644 --- a/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb +++ b/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb @@ -1,3 +1,3 @@ require recipes-devtools/gcc/gcc-cross-intermediate_${PV}.bb require recipes-devtools/gcc/gcc-crosssdk-intermediate.inc - +EXTRA_OECONF += " --with-headers=${STAGING_DIR_TCBOOTSTRAP}${SYSTEMHEADERS} " |