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 /toolchain-layer | |
parent | a61c18324df231029419ab59196b23a6fb2b4743 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'toolchain-layer')
-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 971f3ba0d..61a0dfbab 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 @@ | |||
1 | require recipes-devtools/gcc/gcc-cross-intermediate_${PV}.bb | 1 | require recipes-devtools/gcc/gcc-cross-intermediate_${PV}.bb |
2 | require recipes-devtools/gcc/gcc-crosssdk-intermediate.inc | 2 | require recipes-devtools/gcc/gcc-crosssdk-intermediate.inc |
3 | 3 | EXTRA_OECONF += " --with-headers=${STAGING_DIR_TCBOOTSTRAP}${SYSTEMHEADERS} " | |