aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-intermediate.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-05-11 16:46:45 -0700
committerKhem Raj <raj.khem@gmail.com>2010-05-11 16:46:45 -0700
commitf040929a0756fca1d782b03e2e8be32dd17d3e3f (patch)
tree3699c924c173002628305607a10c2cc9beb8c6a3 /recipes/gcc/gcc-cross-intermediate.inc
parent2137220f4c150af96e6a8aa65ff19a71f5c5a29f (diff)
downloadopenembedded-f040929a0756fca1d782b03e2e8be32dd17d3e3f.tar.gz
gcc-configure: Disable --enable-target-optspace for powerpc.
* Use OPTSPACE to get the value in gcc-cross-initial and gcc-cross-intermediate inc files. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-cross-intermediate.inc')
-rw-r--r--recipes/gcc/gcc-cross-intermediate.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-intermediate.inc b/recipes/gcc/gcc-cross-intermediate.inc
index 0c06d6f9da..cbc86388a5 100644
--- a/recipes/gcc/gcc-cross-intermediate.inc
+++ b/recipes/gcc/gcc-cross-intermediate.inc
@@ -10,10 +10,10 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \
--disable-multilib \
--disable-threads \
--enable-languages=c \
- --enable-target-optspace \
--program-prefix=${TARGET_PREFIX} \
--with-sysroot=${STAGING_DIR_TARGET} \
--with-build-sysroot=${STAGING_DIR_TARGET} \
+ ${OPTSPACE} \
${EXTRA_OECONF_INTERMEDIATE} \
${@get_gcc_fpu_setting(bb, d)} \
${@get_gcc_mips_plt_setting(bb, d)}"