* configure.tgt (m68*-*-gnu*): New target. From Aymeric Vincent
authorIan Lance Taylor <ian@airs.com>
Sun, 6 Dec 1998 21:34:37 +0000 (21:34 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 6 Dec 1998 21:34:37 +0000 (21:34 +0000)
<aymeric.vincent@emi.u-bordeaux.fr>.

ld/ChangeLog
ld/configure.tgt

index f6ad560295af0bfeabacdfb4f864ada0d6dc40e7..1d585a7039b56ac1cb83069fe6dd84b9bd48687e 100644 (file)
@@ -1,3 +1,8 @@
+Sun Dec  6 16:33:33 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.tgt (m68*-*-gnu*): New target.  From Aymeric Vincent
+       <aymeric.vincent@emi.u-bordeaux.fr>.
+
 1998-12-04  Nick Clifton  <nickc@cygnus.com>
 
        * emulparams/fr30.sh (TEXT_START_ADDR): Change TEXT_START_ADDR
index 426641d9ffb538423bb9b05a43cf683110e6a05e..d07320cbdd918288ad19c20dfa874647a93881c4 100644 (file)
@@ -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 ;;