ebcb40e5e1
port, which is also in sync with winavr/avrstudio. Among other things, this adds support for atmega328... which means new arduino boards should work.
12 lines
339 B
Plaintext
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-*-*)
|