diff options
author | joerg <joerg@FreeBSD.org> | 2006-09-29 05:49:56 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2006-09-29 05:49:56 +0800 |
commit | f68ce122c1ac0949181ac24fbf4e8b7b98c4599e (patch) | |
tree | 5e514f8ef665150697b69a63db6ed4a9dfa7f46d /devel/avr-binutils | |
parent | 65cc353d9a661b14f24773bde0180002bf041db2 (diff) | |
download | freebsd-ports-gnome-f68ce122c1ac0949181ac24fbf4e8b7b98c4599e.tar.gz freebsd-ports-gnome-f68ce122c1ac0949181ac24fbf4e8b7b98c4599e.tar.zst freebsd-ports-gnome-f68ce122c1ac0949181ac24fbf4e8b7b98c4599e.zip |
Update the description to match the reality:
. we are based on binutils-2.17 now
. most of the AVRs are now supported by the stock distribution of
binutils now, so update our local additions
Diffstat (limited to 'devel/avr-binutils')
-rw-r--r-- | devel/avr-binutils/Makefile | 1 | ||||
-rw-r--r-- | devel/avr-binutils/pkg-descr | 16 |
2 files changed, 5 insertions, 12 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index 6b9fd2defad1..1501888dcce3 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -7,6 +7,7 @@ PORTNAME= binutils PORTVERSION= 2.17 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases diff --git a/devel/avr-binutils/pkg-descr b/devel/avr-binutils/pkg-descr index dedd3355ea9f..a154ed4c52ef 100644 --- a/devel/avr-binutils/pkg-descr +++ b/devel/avr-binutils/pkg-descr @@ -2,22 +2,14 @@ GNU binutils for Atmel AVR cross-development Prerequisite for the GCC for AVR cross-compilation environment. -Also included now is the "AVR COFF beta" patch. It allows avr-objcopy to +Still included is the "AVR COFF beta" patch. It allows avr-objcopy to generate AVR (extended) COFF files to be used on Atmel AVR Studio and VMLAB. Note that this patch has known issues, see http://www.sax.de/~joerg/README.coff-avr-patch -In addition to the stock binutils-2.16.1 distribution, support for the +In addition to the stock binutils-2.17 distribution, support for the following AVR devices has been added by a private patch: - ATtiny24/44/84 - ATtiny25/45/85 - ATtiny261/461/861 - AT90PWM2/3 - ATmega164P/324P/644 + ATmega164P/324P/644P ATmega165P/169P - ATmega329/3290/649/6490 - ATmega406 - ATmega640/1280/1281 - AT90CAN32/64 - AT90USB646/647/1286/1287 + ATmega2560/2561 |