diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 18:44:28 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 18:44:28 +0000 |
commit | 4fc75753e22dfd7925b0ef90fe2c61416b2c020e (patch) | |
tree | c271d081f3ce06bab0281919021fb2dce2313838 | |
parent | c63ad5ccf956a62a1198f715dcfce197ef405be0 (diff) | |
download | upstream-4fc75753e22dfd7925b0ef90fe2c61416b2c020e.tar.gz upstream-4fc75753e22dfd7925b0ef90fe2c61416b2c020e.tar.bz2 upstream-4fc75753e22dfd7925b0ef90fe2c61416b2c020e.zip |
we don't use Atmel version numbers
SVN-Revision: 10008
-rw-r--r-- | toolchain/binutils/patches/2.17/501-avr32-fix-pool-alignment.patch | 13 |
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 bd519a1e69..2df30353bc 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. |