* configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,

not for m68k-*-*.
This commit is contained in:
Ian Lance Taylor 1994-09-28 17:07:26 +00:00
parent aa39dc49cb
commit 98e9482ab5
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,19 @@
Fri Sep 23 16:01:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,
not for m68k-*-*.
Fri Sep 23 13:54:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
* binutils.all/objdump.exp: Added ARM to list of CPU types.
Thu Sep 22 11:04:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* binutils.all/objdump.exp: Update for new usage message.
* binutils.all/size.exp: Use a double backslash in the string to
get a single backslash to the regexp matcher. Accept $TEXT$,
$DATA$ and $BSS$ as well as .text, .data and .bss, for HP/UX.
Fri Sep 2 12:53:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* config/unix.exp: If nm.new does not exist, use [transform nm].

View File

@ -17,7 +17,8 @@ case "${target}" in
i[345]86-*-aout) target_makefile_frag=config/mt-i386-aout ;;
*-*-lynx*) target_makefile_frag=config/mt-lynx ;;
*-*-vxworks) target_makefile_frag=config/mt-vxworks ;;
m68k-*-*) target_makefile_frag=config/mt-m68k ;;
m68k*-*-aout*) target_makefile_frag=config/mt-m68k ;;
m68k*-*-coff*) target_makefile_frag=config/mt-m68k ;;
i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;;
a29k-*-udi) target_makefile_frag=config/mt-a29k-udi ;;
sparclite*-*-*) target_makefile_frag=config/mt-slite ;;