diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-17 05:38:42 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-17 05:38:42 +0000 |
commit | c1e4eef7ce1250a121d5bec82e0f4b31177c0bd0 (patch) | |
tree | edf2cb4d0b6cdb042e1f2ce893b2106f047d095e /gas/config.in | |
parent | 3f1c8673e3944460e337d4b9166259d9138737f9 (diff) | |
download | gdb-c1e4eef7ce1250a121d5bec82e0f4b31177c0bd0.zip gdb-c1e4eef7ce1250a121d5bec82e0f4b31177c0bd0.tar.gz gdb-c1e4eef7ce1250a121d5bec82e0f4b31177c0bd0.tar.bz2 |
* configure.in (MIPS_STABS_ELF): AC_DEFINE in only one place so
that autoheader doesn't duplicate config.in entries.
(DEFAULT_ARCH): Ditto.
* configure: Regenerate.
* config.in: Regenerate.
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 |