diff options
author | Koen Kooi <koen@openembedded.org> | 2008-02-04 11:44:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-02-04 11:44:10 +0000 |
commit | 9689c616200a54b57096d8ec684a0212a40bc05d (patch) | |
tree | cadc8134e2d9feef46f9a44ce58e093fd2179e40 /packages/binutils/binutils_2.17.bb | |
parent | 2aef2ca43fe188f0c8c1209e535f0ca7a20b7809 (diff) |
binutils* 2.17: fix avr32
Diffstat (limited to 'packages/binutils/binutils_2.17.bb')
-rw-r--r-- | packages/binutils/binutils_2.17.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/binutils/binutils_2.17.bb b/packages/binutils/binutils_2.17.bb index 69e11497c2..3e7af6d4b3 100644 --- a/packages/binutils/binutils_2.17.bb +++ b/packages/binutils/binutils_2.17.bb @@ -1,6 +1,6 @@ require binutils.inc -PR = "r2" +PR = "r3" SRC_URI = \ "http://ftp.gnu.org/gnu/binutils/binutils-${PV}.tar.bz2 \ @@ -18,10 +18,8 @@ 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 \ - file://503-avr32-fix-got-offset-init.patch;patch=1 \ + file://500-avr32-atmel.1.3.0.patch;patch=1 \ + file://501-avr32-fix-pool-alignment.patch;patch=1 \ " # Zecke's OSX fixes |