Add an m68k-*-netbsdelf* target.
This commit is contained in:
parent
88ab2c1b48
commit
049da4c2ad
|
@ -1536,6 +1536,7 @@ EOF
|
||||||
m68k-*-linux*aout*) fmt=aout em=linux ;;
|
m68k-*-linux*aout*) fmt=aout em=linux ;;
|
||||||
m68k-*-linux-gnu*) fmt=elf em=linux ;;
|
m68k-*-linux-gnu*) fmt=elf em=linux ;;
|
||||||
m68k-*-lynxos*) fmt=coff em=lynx ;;
|
m68k-*-lynxos*) fmt=coff em=lynx ;;
|
||||||
|
m68k-*-netbsdelf*) fmt=elf em=nbsd bfd_gas=yes ;;
|
||||||
m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
|
m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
|
||||||
m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
|
m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
|
||||||
m68k-apple-aux*) fmt=coff em=aux ;;
|
m68k-apple-aux*) fmt=coff em=aux ;;
|
||||||
|
|
|
@ -207,6 +207,7 @@ changequote([,])dnl
|
||||||
m68k-*-linux*aout*) fmt=aout em=linux ;;
|
m68k-*-linux*aout*) fmt=aout em=linux ;;
|
||||||
m68k-*-linux-gnu*) fmt=elf em=linux ;;
|
m68k-*-linux-gnu*) fmt=elf em=linux ;;
|
||||||
m68k-*-lynxos*) fmt=coff em=lynx ;;
|
m68k-*-lynxos*) fmt=coff em=lynx ;;
|
||||||
|
m68k-*-netbsdelf*) fmt=elf em=nbsd bfd_gas=yes ;;
|
||||||
m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
|
m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
|
||||||
m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
|
m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
|
||||||
m68k-apple-aux*) fmt=coff em=aux ;;
|
m68k-apple-aux*) fmt=coff em=aux ;;
|
||||||
|
|
Loading…
Reference in New Issue