* configure.in: Add i386-*-freebsdelf* target; from John Polstra
<jdp@polstra.com>. * configure: Rebuild.
This commit is contained in:
parent
1ac75f5cdb
commit
2ae5f50bf2
3 changed files with 8 additions and 2 deletions
|
@ -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
2
gas/configure
vendored
|
@ -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*)
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Reference in a new issue