summaryrefslogtreecommitdiffstats
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorMarek Michalkiewicz <marekm@amelek.gda.pl>2003-10-19 16:46:14 +0000
committerMarek Michalkiewicz <marekm@amelek.gda.pl>2003-10-19 16:46:14 +0000
commit75ca919acf3a0e2ac74dd7627f65d57d29f511e6 (patch)
treee5fa381c4e9137c791baf845a7af8f2ed22a5eff /ld/configure.tgt
parentc2411cd2708cb23c759bfadfc130a4b8d2aae77d (diff)
downloadppe42-binutils-75ca919acf3a0e2ac74dd7627f65d57d29f511e6.tar.gz
ppe42-binutils-75ca919acf3a0e2ac74dd7627f65d57d29f511e6.zip
* Makefile.am: Remove old (before GCC 3.3) emulations for AVR
target: avr1200, avr23xx, avr4433, avr44x4, avr85xx, avrmega103, avrmega161, avrmega603. Default to avr2. * Makefile.in: Regenerate. * configure.tgt: Likewise. * emulparams/avr1200.sh: Remove. * emulparams/avr23xx.sh: Remove. * emulparams/avr4433.sh: Remove. * emulparams/avr44x4.sh: Remove. * emulparams/avr85xx.sh: Remove. * emulparams/avrmega103.sh: Remove. * emulparams/avrmega161.sh: Remove. * emulparams/avrmega603.sh: Remove. * scripttempl/elf32avr.sc: Remove.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index bc57897ea0..c01fc6f525 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -24,8 +24,8 @@ arm-*-wince) targ_emul=armpe ;
arm-*-pe) targ_emul=armpe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
arc-*-elf*) targ_emul=arcelf ;;
-avr-*-*) targ_emul=avr85xx
- targ_extra_emuls="avr1200 avr23xx avr44x4 avr4433 avrmega603 avrmega103 avrmega161 avr1 avr2 avr3 avr4 avr5" ;;
+avr-*-*) targ_emul=avr2
+ targ_extra_emuls="avr1 avr3 avr4 avr5" ;;
cris-*-*aout*) targ_emul=crisaout
targ_extra_emuls="criself crislinux"
targ_extra_libpath=$targ_extra_emuls ;;
OpenPOWER on IntegriCloud