diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-04-05 19:30:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-04-05 19:30:22 +0000 |
commit | 2ae5f50bf23aba3cad57d97705eb2eee593d4d25 (patch) | |
tree | 8ba39859ca19848fba12fb60f04f69778b31712b /gas | |
parent | 1ac75f5cdbf8e7b56787cc54d87222f0dcb2d9e0 (diff) | |
download | gdb-2ae5f50bf23aba3cad57d97705eb2eee593d4d25.zip gdb-2ae5f50bf23aba3cad57d97705eb2eee593d4d25.tar.gz gdb-2ae5f50bf23aba3cad57d97705eb2eee593d4d25.tar.bz2 |
* configure.in: Add i386-*-freebsdelf* target; from John Polstra
<jdp@polstra.com>.
* configure: Rebuild.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rwxr-xr-x | gas/configure | 2 | ||||
-rw-r--r-- | gas/configure.in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cc00a66..1cb1484 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/configure b/gas/configure index 558e5dc..67b78fc 100755 --- a/gas/configure +++ b/gas/configure @@ -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*) diff --git a/gas/configure.in b/gas/configure.in index df20e74..3275b8e 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -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*) |