* configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.
authorDJ Delorie <dj@redhat.com>
Wed, 13 Dec 2000 20:21:52 +0000 (20:21 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 13 Dec 2000 20:21:52 +0000 (20:21 +0000)
configure: Regenerate.

gas/ChangeLog
gas/configure
gas/configure.in

index 35ed0ef..3449bf0 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-13  Mark Elbrecht  <snowball3@bigfoot.com>
+
+       * configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.
+       configure: Regenerate.
+
 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
        * dwarf2dbg.c: #include <limits.h> only if it exists.
index 84efe64..d90e235 100755 (executable)
@@ -2397,7 +2397,7 @@ EOF
       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
                            cat >> confdefs.h <<\EOF
 #define STRICTCOFF 1
 EOF
index c90a5dc..fd7c2a2 100644 (file)
@@ -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 ;;