From 8592e94690ed21c95c2244b2873aec109350a14b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 30 Apr 2009 08:59:11 -0700 Subject: gcc 4.0.2: Disable libmudflap/ssp, add gcc-posix-open-fix.patch, really honor LDFLAGS, bump PR --- recipes/gcc/gcc-4.0.2.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes/gcc/gcc-4.0.2.inc') 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" -- cgit v1.2.3