diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-14 21:01:20 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-14 21:01:20 +0000 |
commit | a17be08fe2e95d874cc50bc20070c0bdcaaa1d21 (patch) | |
tree | c393fb9db52584bef4f9634d8d62a6c6e03b28ef /gcc/gcc_3.3.3.oe | |
parent | cbf9397bf2055544bc1e0a74b3b67d9f704bb2ff (diff) |
Apply patch from Philip Blundell, adding another gcc 3.3.3 arm patch.
BKrev: 4054c820kbZhhR8tnJpT7rnCAc25dg
Diffstat (limited to 'gcc/gcc_3.3.3.oe')
-rw-r--r-- | gcc/gcc_3.3.3.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc_3.3.3.oe b/gcc/gcc_3.3.3.oe index adf7b7489c..ce491fe94f 100644 --- a/gcc/gcc_3.3.3.oe +++ b/gcc/gcc_3.3.3.oe @@ -88,7 +88,8 @@ SRC_URI = ${GNU_MIRROR}/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://${FILESDIR}/arm-gotoff.dpatch;patch=1;pnum=0 \ file://${FILESDIR}/arm-ldm.dpatch;patch=1;pnum=0 \ file://${FILESDIR}/arm-tune.patch;patch=1;pnum=0 \ - file://${FILESDIR}/arm-xscale.patch;patch=1;pnum=0 + file://${FILESDIR}/arm-xscale.patch;patch=1;pnum=0 \ + file://${FILESDIR}/arm-14302.patch;patch=1;pnum=0 MIRRORS_prepend () { ${GNU_MIRROR}/gcc/releases/ http://gcc.get-software.com/releases/ } |