summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2002-03-21 19:25:43 +0000
committerpvalchev <pvalchev@openbsd.org>2002-03-21 19:25:43 +0000
commit887829849c288046d079750f77304ef38b4f67d0 (patch)
tree70677ec2a4ffd16408598243166ff152ce04fd05
parentfix NULL %s on debug3(); ok markus@ (diff)
downloadwireguard-openbsd-887829849c288046d079750f77304ef38b4f67d0.tar.xz
wireguard-openbsd-887829849c288046d079750f77304ef38b4f67d0.zip
predefine __sparc_v9__ on sparc64; ok art, espie
-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 ""