* configure.in (i386-*-freebsd a.out entry): Quote properly.

This commit is contained in:
Hans-Peter Nilsson 2000-05-23 08:53:54 +00:00
parent 6e8cb14ae5
commit f98fd99f67
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue May 23 00:57:05 2000 Hans-Peter Nilsson <hp@axis.com>
* configure.in (i386-*-freebsd a.out entry): Quote properly.
2000-05-23 Alan Modra <alan@linuxcare.com.au>
* config/tc-i386.c (md_assemble): Pass jump reloc in fr_var...

2
gas/configure vendored
View File

@ -1766,7 +1766,7 @@ for this_target in $target $canon_targets ; do
i386-*-lynxos*) fmt=coff em=lynx ;;
i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
fmt=elf bfd_gas=yes ;;
i386-*-freebsdaout* | i386-*-freebsd12.* | i386-*-freebsd12)
i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
fmt=aout em=386bsd ;;
i386-*-freebsd*) fmt=elf bfd_gas=yes ;;
i386-*-coff | i386-*-sysv* | i386-*-sco3.2v5*coff | i386-*-isc*)

View File

@ -229,8 +229,10 @@ changequote([,])dnl
i386-*-lynxos*) fmt=coff em=lynx ;;
i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
fmt=elf bfd_gas=yes ;;
changequote(,)dnl
i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
fmt=aout em=386bsd ;;
changequote([,])dnl
i386-*-freebsd*) fmt=elf bfd_gas=yes ;;
i386-*-coff | i386-*-sysv* | i386-*-sco3.2v5*coff | i386-*-isc*)
fmt=coff ;;