From 259ccab4565175ecd58cea2c686155528fdf7477 Mon Sep 17 00:00:00 2001 From: Peter Valchev Date: Wed, 7 Jan 2004 07:20:55 +0000 Subject: define __sparcv9__ on sparc64; discussed with many ppl, solves many issues found by miod --- gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h | 1 + 1 file changed, 1 insertion(+) 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__"); \ } \ -- cgit v1.2.3