summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-28 18:44:28 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-28 18:44:28 +0000
commitdb0fee18ea04040c3616fa50cfe78c490e4ec2f7 (patch)
tree1398eff8581a59304a5474ddca754ac81f377481 /toolchain/binutils/patches
parente52f4ceb33dcf40ff5ce7b58de7eefea47b1c418 (diff)
we don't use Atmel version numbers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10008 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/patches')
-rw-r--r--toolchain/binutils/patches/2.17/501-avr32-fix-pool-alignment.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/binutils/patches/2.17/501-avr32-fix-pool-alignment.patch b/toolchain/binutils/patches/2.17/501-avr32-fix-pool-alignment.patch
index bd519a1e6..2df30353b 100644
--- a/toolchain/binutils/patches/2.17/501-avr32-fix-pool-alignment.patch
+++ b/toolchain/binutils/patches/2.17/501-avr32-fix-pool-alignment.patch
@@ -11,16 +11,3 @@ Index: a/gas/config/tc-avr32.c
/* Assume none of the entries are discarded, and that we need the
maximum amount of alignment. But we're not going to allocate
-Index: a/bfd/configure.in
-===================================================================
---- a/bfd/configure.in (revision 31496)
-+++ b/bfd/configure.in (revision 32014)
-@@ -8,7 +8,7 @@
- AC_CANONICAL_TARGET
- AC_ISC_POSIX
-
--AM_INIT_AUTOMAKE(bfd, 2.17.atmel.1.2.0)
-+AM_INIT_AUTOMAKE(bfd, 2.17.atmel.1.2.1)
-
- dnl These must be called before AM_PROG_LIBTOOL, because it may want
- dnl to call AC_CHECK_PROG.