mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
* 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.
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user