diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-04-20 13:49:17 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-04-20 13:49:17 +0000 |
commit | 2a87a56dde298a3fce2761ad6229ecb8eab9a4ee (patch) | |
tree | b5fc01840b718c030a24ff0b5cea4b4a54af30b8 /devel/avr-binutils | |
parent | 79a83ea12fea6cac7845d8dbcdd1b244a272915f (diff) |
Resurrect obrien's update to binutils 2.11 from the depths of CVS,
now that I'm ready to upgrade the entire AVR toolchain.
Notes
Notes:
svn path=/head/; revision=41712
Diffstat (limited to 'devel/avr-binutils')
-rw-r--r-- | devel/avr-binutils/Makefile | 6 | ||||
-rw-r--r-- | devel/avr-binutils/distinfo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index 16b9ec1bb4d1..b5c9852196a4 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= binutils -PORTVERSION= 2.10.1 +PORTVERSION= 2.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases @@ -20,6 +20,10 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr +USE_LIBTOOL= yes +LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ + gas/configure gprof/configure intl/configure ld/configure \ + libiberty/configure opcodes/configure MAN1= \ avr-addr2line.1 \ diff --git a/devel/avr-binutils/distinfo b/devel/avr-binutils/distinfo index 05efc49fe35e..4803237d1f65 100644 --- a/devel/avr-binutils/distinfo +++ b/devel/avr-binutils/distinfo @@ -1 +1 @@ -MD5 (binutils-2.10.1.tar.bz2) = bdc9aa813f531bafd8e294fe88687ef2 +MD5 (binutils-2.11.tar.bz2) = 51fed4d711f0ceabff40cb7050fb1ca7 |