mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Document our private extensions in the package description.
This commit is contained in:
parent
3c6d397a7c
commit
84e3a25369
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140494
2 changed files with 10 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= binutils
|
PORTNAME= binutils
|
||||||
PORTVERSION= 2.16
|
PORTVERSION= 2.16
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||||
MASTER_SITE_SUBDIR= binutils/releases
|
MASTER_SITE_SUBDIR= binutils/releases
|
||||||
|
|
|
@ -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
|
generate AVR (extended) COFF files to be used on Atmel AVR Studio and
|
||||||
VMLAB. Note that this patch has known issues, see
|
VMLAB. Note that this patch has known issues, see
|
||||||
http://www.sax.de/~joerg/README.coff-avr-patch
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue