diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-30 08:59:11 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-30 09:16:41 -0700 |
commit | 8592e94690ed21c95c2244b2873aec109350a14b (patch) | |
tree | 92b2d77b824a130849d6c076b232bd0d1db41a40 /recipes/gcc/gcc-4.0.2.inc | |
parent | 1f7055b6bbc26c5243cd809d5974b418545fdf03 (diff) |
gcc 4.0.2: Disable libmudflap/ssp, add gcc-posix-open-fix.patch, really honor LDFLAGS, bump PR
Diffstat (limited to 'recipes/gcc/gcc-4.0.2.inc')
-rw-r--r-- | recipes/gcc/gcc-4.0.2.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/gcc/gcc-4.0.2.inc b/recipes/gcc/gcc-4.0.2.inc index e3fafb8a7f..a80e4010b3 100644 --- a/recipes/gcc/gcc-4.0.2.inc +++ b/recipes/gcc/gcc-4.0.2.inc @@ -3,9 +3,9 @@ require gcc-common.inc DEPENDS = "mpfr gmp" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ + file://gcc-posix-open-fix.patch;patch=1 \ file://arm-nolibfloat.patch;patch=1 \ file://arm-softfloat.patch;patch=1 \ - file://ldflags.patch;patch=1 \ file://GCOV_PREFIX_STRIP-cross-profile_4.1.patch;patch=1 \ file://zecke-xgcc-cpp.patch;patch=1 " @@ -25,5 +25,4 @@ SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " # Language Overrides FORTRAN = "" -EXTRA_OECONF_BASE = "--disable-libssp" - +EXTRA_OECONF_BASE = "--disable-libssp --disable-libmudflap" |