openbsd-ports/devel/avr/binutils/patches/patch-bfd_config_bfd
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

12 lines
339 B
Plaintext

$OpenBSD: patch-bfd_config_bfd,v 1.3 2010/06/27 20:58:10 ckuethe Exp $
--- bfd/config.bfd.orig Sat Jun 26 11:23:53 2010
+++ bfd/config.bfd Sat Jun 26 11:31:17 2010
@@ -339,6 +339,7 @@ case "${targ}" in
avr-*-*)
targ_defvec=bfd_elf32_avr_vec
+ targ_selvecs="bfd_elf32_avr_vec avrcoff_vec avrextcoff_vec"
;;
bfin-*-*)