openbsd-ports/devel/avr/binutils/patches/patch-bfd_Makefile_am
ckuethe ebcb40e5e1 Update to the latest AVR gcc, binutils, libc and gdb. Based on the FreeBSD
port, which is also in sync with winavr/avrstudio. Among other things, this
adds support for atmega328... which means new arduino boards should work.
2010-06-27 20:58:10 +00:00

22 lines
538 B
Plaintext

$OpenBSD: patch-bfd_Makefile_am,v 1.3 2010/06/27 20:58:10 ckuethe Exp $
--- bfd/Makefile.am.orig Sat Jun 26 11:23:54 2010
+++ bfd/Makefile.am Sat Jun 26 11:31:17 2010
@@ -228,6 +228,8 @@ BFD32_BACKENDS = \
coff-apollo.lo \
coff-arm.lo \
coff-aux.lo \
+ coff-avr.lo \
+ coff-ext-avr.lo \
coff-go32.lo \
coff-h8300.lo \
coff-h8500.lo \
@@ -411,6 +413,8 @@ BFD32_BACKENDS_CFILES = \
coff-apollo.c \
coff-arm.c \
coff-aux.c \
+ coff-avr.c \
+ coff-ext-avr.c \
coff-go32.c \
coff-h8300.c \
coff-h8500.c \