summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2002-03-21 19:25:44 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2002-03-21 19:25:44 +0000
commit9fc694b5d925bf18cb14bf1c702256d7dd202d89 (patch)
tree2137eb80b284191a3fdd7b3a705508fe8830f799 /gnu/egcs/gcc
parent8071b8b6c4d0af18af125cd5952a519dab084980 (diff)
predefine __sparc_v9__ on sparc64; ok art, espie
Diffstat (limited to 'gnu/egcs/gcc')
-rw-r--r--gnu/egcs/gcc/config/sparc/openbsd64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/sparc/openbsd64.h b/gnu/egcs/gcc/config/sparc/openbsd64.h
index 2a72bf884bc..0b4e95080a4 100644
--- a/gnu/egcs/gcc/config/sparc/openbsd64.h
+++ b/gnu/egcs/gcc/config/sparc/openbsd64.h
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */
/* Run-time target specifications. */
#undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-D__unix__ -D__sparc__ -D__sparc64__ -D__sparcv9__ -D__arch64__ -D__ELF__ -D__OpenBSD__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(sparc) -Amachine(sparc)"
+#define CPP_PREDEFINES "-D__unix__ -D__sparc__ -D__sparc64__ -D__sparcv9__ -D__sparc_v9__ -D__arch64__ -D__ELF__ -D__OpenBSD__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(sparc) -Amachine(sparc)"
#undef CPP_SUBTARGET_SPEC
#define CPP_SUBTARGET_SPEC ""