From 349a994c9b15bbb1639c8f4bab1eeabbb648e3f9 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 13 Dec 2000 20:21:52 +0000 Subject: [PATCH] * configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes. configure: Regenerate. --- gas/ChangeLog | 5 +++++ gas/configure | 2 +- gas/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 35ed0ef..3449bf0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2000-12-13 Mark Elbrecht + + * configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes. + configure: Regenerate. + 2000-12-13 Michael Sokolov * dwarf2dbg.c: #include only if it exists. diff --git a/gas/configure b/gas/configure index 84efe64..d90e235 100755 --- a/gas/configure +++ b/gas/configure @@ -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 diff --git a/gas/configure.in b/gas/configure.in index c90a5dc..fd7c2a2 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 ;; -- 2.7.4