diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-07-22 15:24:36 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-07-22 15:24:36 +0000 |
commit | 721b1996622b7032acb6078f0a32d236901e6b3b (patch) | |
tree | 551c877d0ec3b48f5fb47f55d3bf3fd2d681c244 /packages/gcc/gcc-4.3.1.inc | |
parent | 4d305cbc37c0a3163d82ecdc55927e7bc8d0eaaa (diff) |
Fix ARCH_FLAGS_FOR_TARGET and --with-build-sysroot on gcc 4.3.1.
We use ARCH_FLAGS_FOR_TARGET to overcome a bug in --with-build-sysroot implementation where it does not pass LDFLAGS_FOR_TARGET and CPPFLAGS_FOR_TARGET to libstdc++ during build.
Diffstat (limited to 'packages/gcc/gcc-4.3.1.inc')
-rw-r--r-- | packages/gcc/gcc-4.3.1.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc-4.3.1.inc b/packages/gcc/gcc-4.3.1.inc index 3784727d9b..b14dd4acf5 100644 --- a/packages/gcc/gcc-4.3.1.inc +++ b/packages/gcc/gcc-4.3.1.inc @@ -45,7 +45,6 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://904-flatten-switch-stmt-00.patch;patch=1 \ file://arm-nolibfloat.patch;patch=1 \ file://arm-softfloat.patch;patch=1 \ -# file://gcc41-configure.in.patch;patch=1 \ # file://arm-thumb.patch;patch=1 \ # file://arm-thumb-cache.patch;patch=1 \ file://ldflags.patch;patch=1 \ @@ -59,6 +58,8 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ # file://intermask-bigendian.patch;patch=1 \ file://gcc-arm-frename-registers.patch;patch=1 \ file://gcc-release-branch/PR-36500-fix-neon.patch;patch=1 \ + file://gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch;patch=1 \ + file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \ " SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " |