aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-intermediate_4.0.0.bb
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-04-30 08:55:10 -0700
committerTom Rini <trini@embeddedalley.com>2009-04-30 09:16:40 -0700
commit1f7055b6bbc26c5243cd809d5974b418545fdf03 (patch)
treedcd754148359287684b47f38cafde12e5d69b422 /recipes/gcc/gcc-cross-intermediate_4.0.0.bb
parent73a5d9a06fabdede79c82e315894341b415ec3b1 (diff)
downloadopenembedded-1f7055b6bbc26c5243cd809d5974b418545fdf03.tar.gz
gcc 4.0.0: Fix fortran building, disable libmudflap/ssp, add gcc-posix-open-fix.patch, add missing cross-initial/cross-intermediate files, really honor LDFLAGS, bump PR
Diffstat (limited to 'recipes/gcc/gcc-cross-intermediate_4.0.0.bb')
-rw-r--r--recipes/gcc/gcc-cross-intermediate_4.0.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross-intermediate_4.0.0.bb b/recipes/gcc/gcc-cross-intermediate_4.0.0.bb
new file mode 100644
index 0000000000..1feb434a21
--- /dev/null
+++ b/recipes/gcc/gcc-cross-intermediate_4.0.0.bb
@@ -0,0 +1,4 @@
+require gcc-cross_${PV}.bb
+require gcc-cross-intermediate.inc
+
+EXTRA_OECONF += "--disable-multilib --disable-libssp --disable-libmudflap"