diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-11-23 20:39:57 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-11-23 20:39:57 +0000 |
commit | 6efd877de5ab683fc5d7c216049f9f888bf18828 (patch) | |
tree | 14fbfbcba9ec0238dad02cac1981999b99c297dd /gas/configure.in | |
parent | 5707ea9fad0ff4b51cc2c913af218c0a0b8278e9 (diff) | |
download | gdb-6efd877de5ab683fc5d7c216049f9f888bf18828.zip gdb-6efd877de5ab683fc5d7c216049f9f888bf18828.tar.gz gdb-6efd877de5ab683fc5d7c216049f9f888bf18828.tar.bz2 |
Ran "indent", for GNU coding style; some code & comments still need fixup.
Removed some unneeded files.
configure.in: Don't look for te-386bsd.h, which doesn't exist...
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index 9b20fe3..d222ee0 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -104,13 +104,15 @@ case ${target} in ;; i[34]86-*-bsd*) obj_format=aout - emulation=i386bsd ;; i[34]86-*-coff | i[34]86-*-sysv* | i[34]86-*-sco*) obj_format=coffbfd need_bfd="./../bfd/libbfd.a" gas_target=i386coff ;; + i[34]86-*-go32) + obj_format=aout + ;; i960-wrs-vxworks) obj_format=bout ;; |