diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2006-03-20 21:56:30 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2006-03-20 21:56:30 +0000 |
commit | de92f3a3f8249a99a32361929558c35dc93b8038 (patch) | |
tree | a97a6f757eb3f4ff588d999f4dcf608cf9439e8a /devel/avr-binutils | |
parent | 6c92e2877ecf465314af765a805460d01a8fa1a6 (diff) | |
download | ports-de92f3a3f8249a99a32361929558c35dc93b8038.tar.gz ports-de92f3a3f8249a99a32361929558c35dc93b8038.zip |
Notes
Diffstat (limited to 'devel/avr-binutils')
-rw-r--r-- | devel/avr-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/avr-binutils/files/patch-newdevices | 2 |
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}, |