summaryrefslogtreecommitdiff
path: root/gcc/config/sparc/xm-sp64.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/sparc/xm-sp64.h')
-rw-r--r--gcc/config/sparc/xm-sp64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/xm-sp64.h b/gcc/config/sparc/xm-sp64.h
index b673161282f..2f084331ce2 100644
--- a/gcc/config/sparc/xm-sp64.h
+++ b/gcc/config/sparc/xm-sp64.h
@@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. */
#include <sparc/xm-sparc.h>
/* This describes the machine the compiler is hosted on. */
-#if defined(__arch64__) || defined(__sparc_v9__) || defined(__sparcv9)
+#if defined(__arch64__) || defined(__sparcv9)
#undef HOST_BITS_PER_LONG
#define HOST_BITS_PER_LONG 64
#endif