diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-04-12 21:35:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 14:48:50 +0100 |
commit | 11cbd871e0969931d5c81ec53684446f4293faf1 (patch) | |
tree | 8a5d7d41ee7b8689da5882ea77395dc2c9337770 /meta/recipes-devtools/gcc/gcc-cross_4.7.bb | |
parent | fe32e09ccbef3a9896955e8d4c3113c53f95de48 (diff) | |
download | openembedded-core-11cbd871e0969931d5c81ec53684446f4293faf1.tar.gz openembedded-core-11cbd871e0969931d5c81ec53684446f4293faf1.tar.bz2 openembedded-core-11cbd871e0969931d5c81ec53684446f4293faf1.zip |
gcc-4.7: Do not use --with-header option for cross-gcc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross_4.7.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross_4.7.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.7.bb b/meta/recipes-devtools/gcc/gcc-cross_4.7.bb index 75679d1b05..d60523513f 100644 --- a/meta/recipes-devtools/gcc/gcc-cross_4.7.bb +++ b/meta/recipes-devtools/gcc/gcc-cross_4.7.bb @@ -5,4 +5,10 @@ EXTRA_OECONF += "--disable-libunwind-exceptions \ --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ --with-system-zlib " +EXTRA_OECONF_PATHS = " \ + --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++ \ + --with-sysroot=${STAGING_DIR_TARGET} \ + --with-build-sysroot=${STAGING_DIR_TARGET}" + + ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" |