Add FreeBSD/aout target confiiguration. Make it a 386BSD clone.
This commit is contained in:
parent
9e8a900adf
commit
15ddb4c9ad
@ -161,8 +161,10 @@ changequote([,])dnl
|
||||
i386-*-linux*coff*) fmt=coff em=linux ;;
|
||||
i386-*-linux*) fmt=elf em=linux ;;
|
||||
i386-*-lynxos*) fmt=coff em=lynx ;;
|
||||
i386-*-sysv4* | i386-*-solaris* | i386-*-elf | i386-*-freebsdelf*)
|
||||
i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
|
||||
fmt=elf ;;
|
||||
i386-*-freebsdelf*) fmt=elf ;;
|
||||
i386-*-freebsd*) fmt=aout em=386bsd ;;
|
||||
i386-*-sco*elf*) fmt=elf
|
||||
if test ${this_target} = $target; then
|
||||
AC_DEFINE(SCO_ELF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user