diff options
author | DJ Delorie <dj@redhat.com> | 2000-12-13 20:21:52 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-12-13 20:21:52 +0000 |
commit | 349a994c9b15bbb1639c8f4bab1eeabbb648e3f9 (patch) | |
tree | cb843d1d381508ab381026608007de9e13faeae7 /gas/configure.in | |
parent | 606d55bcee33dd2d89bb5d36833839aac08c4690 (diff) | |
download | ppe42-binutils-349a994c9b15bbb1639c8f4bab1eeabbb648e3f9.tar.gz ppe42-binutils-349a994c9b15bbb1639c8f4bab1eeabbb648e3f9.zip |
* configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.
configure: Regenerate.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index c90a5dca36..fd7c2a2466 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -257,7 +257,7 @@ changequote([,])dnl i386-*-sco3.2*) fmt=coff ;; i386-*-vsta) fmt=aout ;; i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*) - fmt=coff em=go32 + fmt=coff em=go32 bfd_gas=yes AC_DEFINE(STRICTCOFF, 1, [Using strict COFF?]) ;; i386-*-rtemself*) fmt=elf ;; |