1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

I just noticed I forgot to cvs add the ATmega1280 patch last time.

In preparation for moving the port to binutils-2.16, rather get it
in before that.
This commit is contained in:
Joerg Wunsch 2005-05-31 19:51:41 +00:00
parent ed71e2f70d
commit d33e66fe21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136556
2 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= binutils
PORTVERSION= 2.15
PORTREVISION= 2
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases

View File

@ -0,0 +1,10 @@
--- gas/config/tc-avr.c.orig Thu Mar 31 22:16:07 2005
+++ gas/config/tc-avr.c Thu Mar 31 22:20:39 2005
@@ -113,6 +113,7 @@
{"atmega645", AVR_ISA_M323, bfd_mach_avr5},
{"atmega6450",AVR_ISA_M323, bfd_mach_avr5},
{"atmega128", AVR_ISA_M128, bfd_mach_avr5},
+ {"atmega1280",AVR_ISA_M128, bfd_mach_avr5},
{"at90can128",AVR_ISA_M128, bfd_mach_avr5},
{"at94k", AVR_ISA_94K, bfd_mach_avr5},
{NULL, 0, 0}