diff options
Diffstat (limited to 'gas/acconfig.h')
-rw-r--r-- | gas/acconfig.h | 16 |
1 files changed, 13 insertions, 3 deletions
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 |