diff options
Diffstat (limited to 'gas/acconfig.h')
-rw-r--r-- | gas/acconfig.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/acconfig.h b/gas/acconfig.h index 57fdd83..1626d38 100644 --- a/gas/acconfig.h +++ b/gas/acconfig.h @@ -28,8 +28,9 @@ #undef MANY_SEGMENTS -/* Needed only for sparc configuration */ -#undef sparcv9 +/* Needed only for sparc configuration. */ +#undef SPARC_V9 +#undef SPARC_ARCH64 /* Needed only for some configurations that can produce multiple output formats. */ |