aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.0.0.inc
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-4.0.0.inc
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-4.0.0.inc')
-rw-r--r--recipes/gcc/gcc-4.0.0.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/gcc/gcc-4.0.0.inc b/recipes/gcc/gcc-4.0.0.inc
index 5745ba050d..fe56c3443b 100644
--- a/recipes/gcc/gcc-4.0.0.inc
+++ b/recipes/gcc/gcc-4.0.0.inc
@@ -1,11 +1,13 @@
require gcc-common.inc
+DEPENDS = "mpfr gmp"
+
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
- file://zecke-xgcc-cpp.patch;patch=1 \
- file://ldflags.patch;patch=1"
+ file://gcc-posix-open-fix.patch;patch=1 \
+ file://zecke-xgcc-cpp.patch;patch=1"
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
# Language Overrides
FORTRAN = ",f95"
-EXTRA_OECONF_BASE = "--disable-libssp"
+EXTRA_OECONF_BASE = "--disable-libssp --disable-libmudflap"