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.
53 lines
2.0 KiB
Plaintext
53 lines
2.0 KiB
Plaintext
$OpenBSD: patch-ld_Makefile_in,v 1.4 2010/06/27 20:58:10 ckuethe Exp $
|
|
--- ld/Makefile.in.orig Sat Jun 26 11:23:45 2010
|
|
+++ ld/Makefile.in Sat Jun 26 11:31:17 2010
|
|
@@ -434,6 +434,13 @@ ALL_EMULATIONS = \
|
|
eavr5.o \
|
|
eavr51.o \
|
|
eavr6.o \
|
|
+ eavrxmega1.o \
|
|
+ eavrxmega2.o \
|
|
+ eavrxmega3.o \
|
|
+ eavrxmega4.o \
|
|
+ eavrxmega5.o \
|
|
+ eavrxmega6.o \
|
|
+ eavrxmega7.o \
|
|
ecoff_i860.o \
|
|
ecoff_sparc.o \
|
|
eelf32_spu.o \
|
|
@@ -2068,6 +2075,34 @@ eavr6.c: $(srcdir)/emulparams/avr6.sh $(srcdir)/emulte
|
|
$(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
|
${GEN_DEPENDS}
|
|
${GENSCRIPTS} avr6 "$(tdir_avr2)"
|
|
+eavrxmega1.c: $(srcdir)/emulparams/avrxmega1.sh \
|
|
+ $(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
|
+ ${GEN_DEPENDS}
|
|
+ ${GENSCRIPTS} avrxmega1 "$(tdir_avr2)"
|
|
+eavrxmega2.c: $(srcdir)/emulparams/avrxmega2.sh \
|
|
+ $(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
|
+ ${GEN_DEPENDS}
|
|
+ ${GENSCRIPTS} avrxmega2 "$(tdir_avr2)"
|
|
+eavrxmega3.c: $(srcdir)/emulparams/avrxmega3.sh \
|
|
+ $(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
|
+ ${GEN_DEPENDS}
|
|
+ ${GENSCRIPTS} avrxmega3 "$(tdir_avr2)"
|
|
+eavrxmega4.c: $(srcdir)/emulparams/avrxmega4.sh \
|
|
+ $(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
|
+ ${GEN_DEPENDS}
|
|
+ ${GENSCRIPTS} avrxmega4 "$(tdir_avr2)"
|
|
+eavrxmega5.c: $(srcdir)/emulparams/avrxmega5.sh \
|
|
+ $(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
|
+ ${GEN_DEPENDS}
|
|
+ ${GENSCRIPTS} avrxmega5 "$(tdir_avr2)"
|
|
+eavrxmega6.c: $(srcdir)/emulparams/avrxmega6.sh \
|
|
+ $(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
|
+ ${GEN_DEPENDS}
|
|
+ ${GENSCRIPTS} avrxmega6 "$(tdir_avr2)"
|
|
+eavrxmega7.c: $(srcdir)/emulparams/avrxmega7.sh \
|
|
+ $(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
|
+ ${GEN_DEPENDS}
|
|
+ ${GENSCRIPTS} avrxmega7 "$(tdir_avr2)"
|
|
ecoff_i860.c: $(srcdir)/emulparams/coff_i860.sh \
|
|
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i860coff.sc ${GEN_DEPENDS}
|
|
${GENSCRIPTS} coff_i860 "$(tdir_coff_i860)"
|