diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-05-23 08:53:54 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-05-23 08:53:54 +0000 |
commit | f98fd99f675ec354c5f336c39833b67462a6d285 (patch) | |
tree | 845a1c59fe7129a525d777d7831679fffcb99d57 /gas/configure.in | |
parent | 6e8cb14ae5bbf686d99416c8f9681d10a95e0548 (diff) | |
download | gdb-f98fd99f675ec354c5f336c39833b67462a6d285.zip gdb-f98fd99f675ec354c5f336c39833b67462a6d285.tar.gz gdb-f98fd99f675ec354c5f336c39833b67462a6d285.tar.bz2 |
* configure.in (i386-*-freebsd a.out entry): Quote properly.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index 895b425..3da7fcb 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -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 ;; |