diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2006-09-28 21:49:56 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2006-09-28 21:49:56 +0000 |
commit | e6ca88e5911e4d73f655b903716972123d15e785 (patch) | |
tree | 0c400b2084b25deed96535780384c9986af79e79 /devel/avr-binutils | |
parent | 10363f6cbda6afce37a6605c85db744f256656a5 (diff) | |
download | ports-e6ca88e5911e4d73f655b903716972123d15e785.tar.gz ports-e6ca88e5911e4d73f655b903716972123d15e785.zip |
Notes
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 |