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

13 lines
721 B
Plaintext

$OpenBSD: patch-bfd_configure_in,v 1.3 2010/06/27 20:58:10 ckuethe Exp $
--- bfd/configure.in.orig Sat Jun 26 11:23:53 2010
+++ bfd/configure.in Sat Jun 26 11:31:17 2010
@@ -670,6 +670,8 @@ do
armpe_little_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
armpei_big_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
armpei_little_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
+ avrcoff_vec) tb="$tb coff-avr.lo cofflink.lo " ;;
+ avrextcoff_vec) tb="$tb coff-ext-avr.lo cofflink.lo " ;;
b_out_vec_big_host) tb="$tb bout.lo aout32.lo" ;;
b_out_vec_little_host) tb="$tb bout.lo aout32.lo" ;;
bfd_pei_ia64_vec) tb="$tb pei-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;