From 65e509aeddd26a6829ee10aa21fa20d6fd3def3e Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Fri, 18 Jun 2010 18:51:04 +0400 Subject: gcc-4.3/4.4: correct flags passed to native parts of the build Target CFLAGS (LIBCFLAGS in fact) are leaking into native parts of the build. Fix that (thus making gcc buildable for ppc, e.g.). Signed-off-by: Dmitry Eremin-Solenikov --- recipes/gcc/gcc-4.3.4.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/gcc/gcc-4.3.4.inc') diff --git a/recipes/gcc/gcc-4.3.4.inc b/recipes/gcc/gcc-4.3.4.inc index 9711813085..b9531d5e36 100644 --- a/recipes/gcc/gcc-4.3.4.inc +++ b/recipes/gcc/gcc-4.3.4.inc @@ -57,6 +57,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \ file://gcc-4.3.4-SYSROOT_CFLAGS_FOR_TARGET.patch \ file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ file://zecke-xgcc-cpp.patch \ + file://gcc-4.3.3-fix-EXTRA_BUILD.patch \ file://gcc-flags-for-build.patch \ " -- cgit 1.2.3-korg