* configure.tgt (generic_target): Add support for OpenBSD/i386 ELF.
This commit is contained in:
parent
ab82c5b97f
commit
333f7af7b2
@ -1,3 +1,7 @@
|
|||||||
|
2005-04-11 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* configure.tgt (generic_target): Add support for OpenBSD/i386 ELF.
|
||||||
|
|
||||||
2005-04-11 Jan Beulich <jbeulich@novell.com>
|
2005-04-11 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
* NEWS: Mention these changes and their effects.
|
* NEWS: Mention these changes and their effects.
|
||||||
|
@ -182,11 +182,14 @@ case ${generic_target} in
|
|||||||
i386-*-netbsd*-gnu* | \
|
i386-*-netbsd*-gnu* | \
|
||||||
i386-*-knetbsd*-gnu | \
|
i386-*-knetbsd*-gnu | \
|
||||||
i386-*-netbsdelf*) fmt=elf em=nbsd ;;
|
i386-*-netbsdelf*) fmt=elf em=nbsd ;;
|
||||||
i386-*-*n*bsd*)
|
i386-*-netbsd*)
|
||||||
case ${cpu} in
|
case ${cpu} in
|
||||||
x86_64) fmt=elf em=nbsd ;;
|
x86_64) fmt=elf em=nbsd ;;
|
||||||
*) fmt=aout em=nbsd ;;
|
*) fmt=aout em=nbsd ;;
|
||||||
esac ;;
|
esac ;;
|
||||||
|
i386-*-openbsd[0-2].* | \
|
||||||
|
i386-*-openbsd3.[0-2]) fmt=aout em=nbsd ;;
|
||||||
|
i386-*-openbsd*) fmt=elf em=nbsd ;;
|
||||||
i386-*-linux*aout*) fmt=aout em=linux ;;
|
i386-*-linux*aout*) fmt=aout em=linux ;;
|
||||||
i386-*-linux*oldld) fmt=aout em=linux ;;
|
i386-*-linux*oldld) fmt=aout em=linux ;;
|
||||||
i386-*-linux*coff*) fmt=coff em=linux ;;
|
i386-*-linux*coff*) fmt=coff em=linux ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user