summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.3.1.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2008-08-21 16:25:48 +0000
committerKhem Raj <raj.khem@gmail.com>2008-08-21 16:25:48 +0000
commit09b1ddd4ac30abd4ea8fe02cae6d9fc6ffa632d8 (patch)
tree02b96dbb895f1d023c01771c056e9f4b28e3615d /packages/gcc/gcc-4.3.1.inc
parent9039c12010a4b617c3434d7800ef75fe8cd9fdc2 (diff)
CPPFLAGS were being passed to build machine related targets too inside gcc/gcc
tree. This patch implements CPPFLAGS_FOR_BUILD to separate it out.
Diffstat (limited to 'packages/gcc/gcc-4.3.1.inc')
-rw-r--r--packages/gcc/gcc-4.3.1.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.3.1.inc b/packages/gcc/gcc-4.3.1.inc
index f1f29710a3..afbc395230 100644
--- a/packages/gcc/gcc-4.3.1.inc
+++ b/packages/gcc/gcc-4.3.1.inc
@@ -60,6 +60,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch;patch=1 \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
file://zecke-xgcc-cpp.patch;patch=1 \
+ file://gcc-flags-for-build.patch;patch=1 \
"
SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "