diff options
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gas/config.in b/gas/config.in index a9fbeb6..6f1311f 100644 --- a/gas/config.in +++ b/gas/config.in @@ -154,20 +154,14 @@ /* Using strict COFF? */ #undef STRICTCOFF -/* Use ELF stabs for MIPS, not ECOFF stabs */ -#undef MIPS_STABS_ELF - /* Define if default target is PowerPC Solaris. */ #undef TARGET_SOLARIS_COMMENT /* Define as 1 if big endian. */ #undef TARGET_BYTES_BIG_ENDIAN -/* Default architecture. */ -#undef DEFAULT_ARCH - -/* Default architecture. */ -#undef DEFAULT_ARCH +/* Use ELF stabs for MIPS, not ECOFF stabs */ +#undef MIPS_STABS_ELF /* Default architecture. */ #undef DEFAULT_ARCH |