aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2006-03-21 05:56:30 +0800
committerjoerg <joerg@FreeBSD.org>2006-03-21 05:56:30 +0800
commita94bc1b1d57e814596e2b41738b5e95fb185822d (patch)
tree3c4cb881cb23fd4ba97c4acbecbe9e7c0946bef5 /devel
parentec26353f5f41b30d7b2f621c4c884dc5d66206f2 (diff)
downloadfreebsd-ports-gnome-a94bc1b1d57e814596e2b41738b5e95fb185822d.tar.gz
freebsd-ports-gnome-a94bc1b1d57e814596e2b41738b5e95fb185822d.tar.zst
freebsd-ports-gnome-a94bc1b1d57e814596e2b41738b5e95fb185822d.zip
Umpf, fix the fix. :-( We want to support the AT90USB646 (and 647),
not the AT90USB468.
Diffstat (limited to 'devel')
-rw-r--r--devel/avr-binutils/Makefile2
-rw-r--r--devel/avr-binutils/files/patch-newdevices2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile
index 10f1654c3695..a1c819d60456 100644
--- a/devel/avr-binutils/Makefile
+++ b/devel/avr-binutils/Makefile
@@ -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
diff --git a/devel/avr-binutils/files/patch-newdevices b/devel/avr-binutils/files/patch-newdevices
index 0a69bce06b18..71a1b062a7fd 100644
--- a/devel/avr-binutils/files/patch-newdevices
+++ b/devel/avr-binutils/files/patch-newdevices
@@ -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},