diff options
author | joerg <joerg@FreeBSD.org> | 2005-07-31 05:16:14 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2005-07-31 05:16:14 +0800 |
commit | 664bd5f36654ce4ef568365bc9461af53a922ee9 (patch) | |
tree | c6786ed111ba4a2f4c07bbe6de90420f981b43be | |
parent | 9e21f69b1a36339c3031d0088ca4bab2c8e48592 (diff) | |
download | freebsd-ports-gnome-664bd5f36654ce4ef568365bc9461af53a922ee9.tar.gz freebsd-ports-gnome-664bd5f36654ce4ef568365bc9461af53a922ee9.tar.zst freebsd-ports-gnome-664bd5f36654ce4ef568365bc9461af53a922ee9.zip |
Document our private extensions in the package description.
-rw-r--r-- | devel/avr-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/avr-binutils/pkg-descr | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index 4ae5da207c00..baa0895be928 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -7,7 +7,7 @@ PORTNAME= binutils PORTVERSION= 2.16 -PORTREVISION= 2 +PORTREVISION= 3 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 298392e66f81..2615899eb020 100644 --- a/devel/avr-binutils/pkg-descr +++ b/devel/avr-binutils/pkg-descr @@ -6,3 +6,12 @@ Also included now 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 distribution, support for the +following AVR devices has been added by a private patch: + + ATtiny25/45/85 + AT90PWM2/3 + ATmega164/324/644 + ATmega329/3290/649/6490 + ATmega640/1280/1281 |