From: Ian Lance Taylor Date: Sun, 6 Dec 1998 21:34:37 +0000 (+0000) Subject: * configure.tgt (m68*-*-gnu*): New target. From Aymeric Vincent X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;ds=sidebyside;h=4bd181604728ebf0ff29d0b8b1a8dd24d9befae2;p=binutils-gdb.git * configure.tgt (m68*-*-gnu*): New target. From Aymeric Vincent . --- diff --git a/ld/ChangeLog b/ld/ChangeLog index f6ad560295a..1d585a7039b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 6 16:33:33 1998 Ian Lance Taylor + + * configure.tgt (m68*-*-gnu*): New target. From Aymeric Vincent + . + 1998-12-04 Nick Clifton * emulparams/fr30.sh (TEXT_START_ADDR): Change TEXT_START_ADDR diff --git a/ld/configure.tgt b/ld/configure.tgt index 426641d9ffb..d07320cbdd9 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -101,7 +101,7 @@ i[3456]86-*-msdos*) targ_emul=i386msdos; targ_extra_emuls=i386aout ;; i[3456]86-*-moss*) targ_emul=i386moss; targ_extra_emuls=i386msdos ;; i[3456]86-*-winnt*) targ_emul=i386pe ;; i[3456]86-*-pe) targ_emul=i386pe ;; -i[3456]86-*-cygwin32*) targ_emul=i386pe ; +i[3456]86-*-cygwin*) targ_emul=i386pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; i[3456]86-*-mingw32*) targ_emul=i386pe ;; # start-sanitize-beos @@ -146,6 +146,7 @@ m68k-*-linux-gnu*) targ_emul=m68kelf targ_extra_emuls=m68klinux tdir_m68klinux=`echo ${targ_alias} | sed -e 's/linux/linuxaout/'` ;; +m68*-*-gnu*) targ_emul=m68kelf ;; m68*-*-lynxos*) targ_emul=m68klynx ;; m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;; m68*-*-netbsd*) targ_emul=m68knbsd ;; @@ -164,6 +165,10 @@ mips*-*-ecoff*) targ_emul=mipsidt ;; mips*-dec-bsd*) targ_emul=mipsbsd ;; mips*-dec-netbsd*) targ_emul=elf32lmip ;; mips*-*-bsd*) targ_emul=mipsbig ;; +# start-sanitize-vr4xxx +mips*vr4xxxel-*-elf*) targ_emul=elf32l4300 ;; +mips*vr4xxx-*-elf*) targ_emul=elf32b4300 ;; +# end-sanitize-vr4xxx # start-sanitize-vr4320 mips*vr4320el-*-elf*) targ_emul=elf32l4300 ;; mips*vr4320-*-elf*) targ_emul=elf32b4300 ;; @@ -218,7 +223,7 @@ powerpc-*-macos*) targ_emul=ppcmacos ;; powerpc-*-netware*) targ_emul=ppcnw ;; powerpcle-*-pe) targ_emul=ppcpe ;; powerpcle-*-winnt*) targ_emul=ppcpe ;; -powerpcle-*-cygwin32) targ_emul=ppcpe ;; +powerpcle-*-cygwin*) targ_emul=ppcpe ;; powerpc-*-aix*) targ_emul=aixppc ;; powerpc-*-beos*) targ_emul=aixppc ;; rs6000-*-aix*) targ_emul=aixrs6 ;;