From c1e4eef7ce1250a121d5bec82e0f4b31177c0bd0 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 17 Oct 2001 05:38:42 +0000 Subject: * 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. --- gas/config.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'gas/config.in') diff --git a/gas/config.in b/gas/config.in index a9fbeb6ba06..6f1311f5ceb 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 -- cgit v1.2.1