fix formatting
[deliverable/binutils-gdb.git] / gas / configure.in
index dafdfd49785cb53f5ceef6d99740575fcd35d55a..f5573d6a79597b2f2370c163d94b69aff40f509e 100644 (file)
@@ -10,7 +10,7 @@ AC_INIT(as.h)
 
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(gas, 2.10.90)
+AM_INIT_AUTOMAKE(gas, 2.10.91)
 
 AM_PROG_LIBTOOL
 
@@ -251,7 +251,9 @@ 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
+                           AC_DEFINE(STRICTCOFF, 1, [Using strict COFF?])
+                           ;;
       i386-*-rtemself*)     fmt=elf ;;
       i386-*-rtems*)        fmt=coff ;;
       i386-*-gnu*)          fmt=elf ;;
This page took 0.023157 seconds and 4 git commands to generate.