From 4dc4c45dec9a0c5d0d1fbf3b4eb2e58a84ede0c8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 6 Aug 1997 19:06:49 +0000 Subject: * configure.in: Define TARGET_BYTES_BIG_ENDIAN if endian is set. Don't set targ or gas_target. Define SCO_ELF and TARGET_SOLARIS_COMMENT when appropriate. Don't substitute for target_frag. * Makefile.am: Remove @target_frag@. (INCLUDES): Remove $(INTERNAL_CFLAGS), $(CROSS), $(HDEFINES), and $(TDEFINES). (dep-am): Mark as phony. * acconfig.h: Add TARGET_BYTES_BIG_ENDIAN, TARGET_SOLARIS_COMMENT, and SCO_ELF. * config/arm-big.mt, config/arm-lit.mt: Remove. * config/mips-big.mt, config/mips-lit.mt: Remove. * config/ppc-big.mt, config/ppc-lit.mt: Remove. * config/ppc-sol.mt: Remove. * config/i386coff.mt, config/m68kcoff.mt: Remove. * config/m88kcoff.mt: Remove. * config/sco5.mt: Remove. * configure, config.in, Makefile.in: Rebuild. --- gas/acconfig.h | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'gas/acconfig.h') diff --git a/gas/acconfig.h b/gas/acconfig.h index ae1587b..fe6ea23 100644 --- a/gas/acconfig.h +++ b/gas/acconfig.h @@ -40,9 +40,9 @@ #undef MANY_SEGMENTS -/* Needed only for sparc configuration. */ -#undef SPARC_V9 -#undef SPARC_ARCH64 +/* The configure script defines this for some targets based on the + target name used. It is not always defined. */ +#undef TARGET_BYTES_BIG_ENDIAN /* Needed only for some configurations that can produce multiple output formats. */ @@ -68,3 +68,13 @@ /* Using cgen code? */ #undef USING_CGEN + +/* Needed only for sparc configuration. */ +#undef SPARC_V9 +#undef SPARC_ARCH64 + +/* Needed only for PowerPC Solaris. */ +#undef TARGET_SOLARIS_COMMENT + +/* Needed only for SCO 5. */ +#undef SCO_ELF -- cgit v1.1