common/autoconf/platform.m4

changeset 1586
86fa734a1c14
parent 1321
2025e237b2a1
child 1859
8b0588603185
child 2219
cb1203f48728
equal deleted inserted replaced
1585:65315e30034e 1586:86fa734a1c14
1 # 1 #
2 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
88 VAR_CPU=sparc 88 VAR_CPU=sparc
89 VAR_CPU_ARCH=sparc 89 VAR_CPU_ARCH=sparc
90 VAR_CPU_BITS=32 90 VAR_CPU_BITS=32
91 VAR_CPU_ENDIAN=big 91 VAR_CPU_ENDIAN=big
92 ;; 92 ;;
93 sparcv9) 93 sparcv9|sparc64)
94 VAR_CPU=sparcv9 94 VAR_CPU=sparcv9
95 VAR_CPU_ARCH=sparc 95 VAR_CPU_ARCH=sparc
96 VAR_CPU_BITS=64 96 VAR_CPU_BITS=64
97 VAR_CPU_ENDIAN=big 97 VAR_CPU_ENDIAN=big
98 ;; 98 ;;

mercurial