* configure.in: Add i386-*-freebsdelf* target; from John Polstra

<jdp@polstra.com>.
	* configure: Rebuild.
This commit is contained in:
Ian Lance Taylor 1996-04-05 19:30:22 +00:00
parent 1ac75f5cdb
commit 2ae5f50bf2
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
Fri Apr 5 14:29:23 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Add i386-*-freebsdelf* target; from John Polstra
<jdp@polstra.com>.
* configure: Rebuild.
Fri Apr 5 18:39:28 1996 James G. Smith <jsmith@cygnus.co.uk>
* config/tc-mips.c: Allow non-zero offsets from .sdata symbols to

2
gas/configure vendored
View file

@ -788,7 +788,7 @@ for this_target in $target $canon_targets ; do
i386-*-linux*) fmt=elf em=linux ;;
i386-*-lynxos*) fmt=coff targ=i386coff
em=lynx ;;
i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
i386-*-sysv4* | i386-*-solaris* | i386-*-elf | i386-*-freebsdelf*)
fmt=elf ;;
i386-*-sco*elf*) fmt=elf targ=sco5 ;;
i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)

View file

@ -142,7 +142,7 @@ changequote([,])dnl
i386-*-linux*) fmt=elf em=linux ;;
i386-*-lynxos*) fmt=coff targ=i386coff
em=lynx ;;
i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
i386-*-sysv4* | i386-*-solaris* | i386-*-elf | i386-*-freebsdelf*)
fmt=elf ;;
i386-*-sco*elf*) fmt=elf targ=sco5 ;;
i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)