diff options
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config.in b/gas/config.in index bcb1dae..241e018 100644 --- a/gas/config.in +++ b/gas/config.in @@ -151,6 +151,9 @@ /* Define if defaulting to ELF on SCO 5. */ #undef SCO_ELF +/* Using strict COFF? */ +#undef STRICTCOFF + /* Use ELF stabs for MIPS, not ECOFF stabs */ #undef MIPS_STABS_ELF @@ -166,9 +169,6 @@ /* Using cgen code? */ #undef USING_CGEN -/* Using strict COFF? */ -#undef STRICTCOFF - /* Using i386 COFF? */ #undef I386COFF |