diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-31 15:32:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-31 15:32:52 +0000 |
commit | 8da5e6e1f34503a970428c7d3341f41f65979e22 (patch) | |
tree | 0a8037d79b6eec0ff7b6068bc82e83f33d26ce5a /packages/binutils | |
parent | 7696d18f28e31fb73aef9e0251ddde710ae95e45 (diff) |
binutils 2.17: add avr32 patches
Diffstat (limited to 'packages/binutils')
-rw-r--r-- | packages/binutils/binutils_2.17.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/binutils/binutils_2.17.bb b/packages/binutils/binutils_2.17.bb index 9610634959..8d38f3a459 100644 --- a/packages/binutils/binutils_2.17.bb +++ b/packages/binutils/binutils_2.17.bb @@ -1,6 +1,6 @@ require binutils.inc -PR = "r0" +PR = "r1" SRC_URI = \ "http://ftp.gnu.org/gnu/binutils/binutils-${PV}.tar.bz2 \ @@ -18,6 +18,9 @@ SRC_URI += "\ file://300-012_check_ldrunpath_length.patch;patch=1 \ file://300-001_ld_makefile_patch.patch;patch=1 \ file://400-mips-ELF_MAXPAGESIZE-4K.patch;patch=1 \ + http://avr32linux.org/twiki/pub/Main/DevelopmentTools/500-avr32.patch.gz;patch=1 \ + http://avr32linux.org/twiki/pub/Main/DevelopmentTools/501-avr32-sreldyn-fix.patch.gz;patch=1 \ + http://avr32linux.org/twiki/pub/Main/DevelopmentTools/502-avr32-bfd-dont-allow-direct-refs-to-bss.patch.gz;patch=1 \ " # Zecke's OSX fixes |