Tidy gas/configure.tgt

Should have been removed with m68k bsd support.

	* configure.tgt: Remove *-*-bsd* entry.
This commit is contained in:
Alan Modra 2018-04-17 17:14:45 +09:30
parent 884d4d8aa7
commit e2e4f0fdfd
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-04-18 Alan Modra <amodra@gmail.com>
* configure.tgt: Remove *-*-bsd* entry.
2018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
Microblaze Target: PIC data text relative

View File

@ -448,7 +448,6 @@ case ${generic_target} in
*-*-cloudabi*) fmt=elf ;;
*-*-dragonfly*) fmt=elf em=dragonfly ;;
*-*-freebsd* | *-*-kfreebsd*-gnu) fmt=elf em=freebsd ;;
*-*-bsd*) fmt=aout em=sun3 ;;
*-*-generic) fmt=generic ;;
*-*-xray | *-*-hms) fmt=coff ;;
*-*-sim) fmt=coff ;;