+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
 
 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
                        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 ;;
 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 ;;
 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 ;;