diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-01 13:41:24 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-01 13:41:24 +0000 |
commit | 6f7e2fcc9a8e7a3eec6da88214eced6d2265fced (patch) | |
tree | e22e2f09be683ae8a763fc29fbfd69d5298bbfad | |
parent | 8fff4a728539c8fb56b08812056dedaadc45dfd2 (diff) |
binutils 2.17: add an extra avr32 patch for config.sub
-rw-r--r-- | packages/binutils/binutils-2.17/avr32-config.sub.patch | 11 | ||||
-rw-r--r-- | packages/binutils/binutils_2.17.bb | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/binutils/binutils-2.17/avr32-config.sub.patch b/packages/binutils/binutils-2.17/avr32-config.sub.patch new file mode 100644 index 0000000000..f4166e9423 --- /dev/null +++ b/packages/binutils/binutils-2.17/avr32-config.sub.patch @@ -0,0 +1,11 @@ +--- /tmp/config.sub 2007-06-01 15:29:41.000000000 +0200 ++++ binutils-2.17/config.sub 2007-06-01 15:37:19.885251000 +0200 +@@ -305,7 +305,7 @@ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ +- | avr-* \ ++ | avr-* | avr32-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ diff --git a/packages/binutils/binutils_2.17.bb b/packages/binutils/binutils_2.17.bb index 8d38f3a459..16b94b52ff 100644 --- a/packages/binutils/binutils_2.17.bb +++ b/packages/binutils/binutils_2.17.bb @@ -21,6 +21,7 @@ SRC_URI += "\ 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://avr32-config.sub.patch;patch=1 \ " # Zecke's OSX fixes |