aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-intermediate_4.0.2.bb
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-04-30 08:59:11 -0700
committerTom Rini <trini@embeddedalley.com>2009-04-30 09:16:41 -0700
commit8592e94690ed21c95c2244b2873aec109350a14b (patch)
tree92b2d77b824a130849d6c076b232bd0d1db41a40 /recipes/gcc/gcc-cross-intermediate_4.0.2.bb
parent1f7055b6bbc26c5243cd809d5974b418545fdf03 (diff)
downloadopenembedded-8592e94690ed21c95c2244b2873aec109350a14b.tar.gz
gcc 4.0.2: Disable libmudflap/ssp, add gcc-posix-open-fix.patch, really honor LDFLAGS, bump PR
Diffstat (limited to 'recipes/gcc/gcc-cross-intermediate_4.0.2.bb')
-rw-r--r--recipes/gcc/gcc-cross-intermediate_4.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-intermediate_4.0.2.bb b/recipes/gcc/gcc-cross-intermediate_4.0.2.bb
index 8df8d597aa..1feb434a21 100644
--- a/recipes/gcc/gcc-cross-intermediate_4.0.2.bb
+++ b/recipes/gcc/gcc-cross-intermediate_4.0.2.bb
@@ -1,4 +1,4 @@
require gcc-cross_${PV}.bb
require gcc-cross-intermediate.inc
-EXTRA_OECONF += "--disable-multilib"
+EXTRA_OECONF += "--disable-multilib --disable-libssp --disable-libmudflap"