mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
As the compiler now supports some more Xmega MCU types, catch up with
the pkg-plist since the avr-libc port will automatically pick them up.
This commit is contained in:
parent
045744a953
commit
973609a61a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239403
@ -8,6 +8,7 @@
|
||||
PORTNAME= avr-libc
|
||||
PORTVERSION= 1.6.7
|
||||
PORTEPOCH= 1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -324,6 +324,13 @@ avr/lib/avr6/libprintf_flt.a
|
||||
avr/lib/avr6/libprintf_min.a
|
||||
avr/lib/avr6/libscanf_flt.a
|
||||
avr/lib/avr6/libscanf_min.a
|
||||
avr/lib/avrxmega3/crtx32a3.o
|
||||
avr/lib/avrxmega3/libc.a
|
||||
avr/lib/avrxmega3/libm.a
|
||||
avr/lib/avrxmega3/libprintf_flt.a
|
||||
avr/lib/avrxmega3/libprintf_min.a
|
||||
avr/lib/avrxmega3/libscanf_flt.a
|
||||
avr/lib/avrxmega3/libscanf_min.a
|
||||
avr/lib/avrxmega4/crtx64a3.o
|
||||
avr/lib/avrxmega4/libc.a
|
||||
avr/lib/avrxmega4/libm.a
|
||||
|
Loading…
Reference in New Issue
Block a user