diff options
author | joerg <joerg@FreeBSD.org> | 2001-04-20 21:49:17 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2001-04-20 21:49:17 +0800 |
commit | c084ac773292e862e9e9f79a523941810ea0c965 (patch) | |
tree | 8a3f8bb1370cc16334234ce8e2cb3abdba9e42b2 /devel | |
parent | 83807c401cfca164817ec737ac498a7c90fcc32d (diff) | |
download | freebsd-ports-gnome-c084ac773292e862e9e9f79a523941810ea0c965.tar.gz freebsd-ports-gnome-c084ac773292e862e9e9f79a523941810ea0c965.tar.zst freebsd-ports-gnome-c084ac773292e862e9e9f79a523941810ea0c965.zip |
Resurrect obrien's update to binutils 2.11 from the depths of CVS,
now that I'm ready to upgrade the entire AVR toolchain.
Diffstat (limited to 'devel')
-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 |