aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.3.2.inc
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-06-18 18:51:04 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-06-20 19:23:46 +0400
commit65e509aeddd26a6829ee10aa21fa20d6fd3def3e (patch)
tree472ccde0b7a45989d2769f771b879c38f9deb4d5 /recipes/gcc/gcc-4.3.2.inc
parent69d4f160583e764448f359d2aced62345be3e387 (diff)
downloadopenembedded-65e509aeddd26a6829ee10aa21fa20d6fd3def3e.tar.gz
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 <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.3.2.inc')
-rw-r--r--recipes/gcc/gcc-4.3.2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-4.3.2.inc b/recipes/gcc/gcc-4.3.2.inc
index 897d4f3964..a3ef606d6c 100644
--- a/recipes/gcc/gcc-4.3.2.inc
+++ b/recipes/gcc/gcc-4.3.2.inc
@@ -57,6 +57,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://gcc-4.3.2-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 \
"