mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Umpf, fix the fix. :-( We want to support the AT90USB646 (and 647),
not the AT90USB468.
This commit is contained in:
parent
6c92e2877e
commit
de92f3a3f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157810
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= binutils
|
||||
PORTVERSION= 2.16.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= binutils/releases
|
||||
|
@ -59,8 +59,8 @@ diff -ur ../binutils-2.16.1.orig/gas/config/tc-avr.c ./gas/config/tc-avr.c
|
||||
+ {"at90can32" ,AVR_ISA_M323, bfd_mach_avr5},
|
||||
+ {"at90can64" ,AVR_ISA_M323, bfd_mach_avr5},
|
||||
{"at90can128",AVR_ISA_M128, bfd_mach_avr5},
|
||||
+ {"at90usb646", AVR_ISA_M323, bfd_mach_avr5},
|
||||
+ {"at90usb647", AVR_ISA_M323, bfd_mach_avr5},
|
||||
+ {"at90usb648", AVR_ISA_M323, bfd_mach_avr5},
|
||||
+ {"at90usb1286",AVR_ISA_M128, bfd_mach_avr5},
|
||||
+ {"at90usb1287",AVR_ISA_M128, bfd_mach_avr5},
|
||||
{"at94k", AVR_ISA_94K, bfd_mach_avr5},
|
||||
|
Loading…
Reference in New Issue
Block a user