diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-05-29 00:46:12 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-05-29 00:46:12 +0000 |
commit | c04177964071e8662db0b24bbdf167a906356564 (patch) | |
tree | 32b3ffe6d70b8c4e54ae875e9ea27c40c47b080f /packages/gcc/gcc-4.3.0.inc | |
parent | 65b3f790d1d0ce10f5568cb871cd8a07aedeae99 (diff) |
Add -frename-registers fix to GCC 4.3.0
Diffstat (limited to 'packages/gcc/gcc-4.3.0.inc')
-rw-r--r-- | packages/gcc/gcc-4.3.0.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.3.0.inc b/packages/gcc/gcc-4.3.0.inc index 96b7d02501..b5ab13f1b4 100644 --- a/packages/gcc/gcc-4.3.0.inc +++ b/packages/gcc/gcc-4.3.0.inc @@ -59,6 +59,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ # file://pr34130.patch;patch=1 \ # file://fortran-static-linking.patch;patch=1 \ # file://intermask-bigendian.patch;patch=1 \ + file://gcc-arm-frename-registers.patch;patch=1 \ " SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " |