summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2004-01-07 07:20:55 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2004-01-07 07:20:55 +0000
commit259ccab4565175ecd58cea2c686155528fdf7477 (patch)
treeaa08db88616b9bd42867fb255933e87ad735e2b0
parent933a38ed4059f50214c6d3c91f08b54762a86ef9 (diff)
define __sparcv9__ on sparc64; discussed with many ppl, solves many issues
found by miod
-rw-r--r--gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h b/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h
index d535aed7282..e5386f16348 100644
--- a/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h
+++ b/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h
@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */
OPENBSD_OS_CPP_BUILTINS_LP64(); \
builtin_define ("__sparc64__"); \
builtin_define ("__sparc_v9__"); \
+ builtin_define ("__sparcv9__"); \
builtin_define ("__arch64__"); \
builtin_define ("__sparc__"); \
} \