summaryrefslogtreecommitdiffstats
path: root/gcc/config
diff options
context:
space:
mode:
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-23 20:36:04 +0000
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-23 20:36:04 +0000
commit401d000e68c0adc07a4ab0955fc5e8aa61abb090 (patch)
treeaec916119691c85466079883f9a6c8c3ca25587b /gcc/config
parenta622d84fe2a2a595aed0a801f217c77d9b2d3276 (diff)
downloadppe42-gcc-401d000e68c0adc07a4ab0955fc5e8aa61abb090.tar.gz
ppe42-gcc-401d000e68c0adc07a4ab0955fc5e8aa61abb090.zip
* config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
__sparcv9 in the TARGET_ARCH64 case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67135 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/sparc/netbsd-elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/sparc/netbsd-elf.h b/gcc/config/sparc/netbsd-elf.h
index 0f0d6fc0414..a20fce4edc8 100644
--- a/gcc/config/sparc/netbsd-elf.h
+++ b/gcc/config/sparc/netbsd-elf.h
@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. */
{ \
builtin_define ("__sparc64__"); \
builtin_define ("__sparc_v9__"); \
+ builtin_define ("__sparcv9"); \
} \
else \
builtin_define ("__sparc"); \
OpenPOWER on IntegriCloud