comparison make/solaris/makefiles/sparc.make @ 158:a49545cab84a

6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles) Summary: Allows for building with SS12, no longer requires SS11, warns if not SS11 for now. Once SS12 is validated and performance measurements look ok, SS12 will be the validated compiler. Reviewed-by: sspitsyn, ikrylov
author ohair
date Tue, 27 May 2008 09:47:18 -0700
parents a294fd0c4b38
children d1605aabd0a1
comparison
equal deleted inserted replaced
157:a3e5744fafda 158:a49545cab84a
21 # have any questions. 21 # have any questions.
22 # 22 #
23 # 23 #
24 24
25 Obj_Files += solaris_sparc.o 25 Obj_Files += solaris_sparc.o
26 ASFLAGS += $(ARCHFLAG) 26 ASFLAGS += $(AS_ARCHFLAG)
27 27
28 ifeq ("${Platform_compiler}", "sparcWorks") 28 ifeq ("${Platform_compiler}", "sparcWorks")
29 ifeq ($(shell expr $(COMPILER_REV) \< 5.5), 1) 29 ifeq ($(shell expr $(COMPILER_REV) \< 5.5), 1)
30 # For 5.2 ad_sparc file is compiled with -O2 %%%% remove when adlc is fixed 30 # For 5.2 ad_sparc file is compiled with -O2 %%%% remove when adlc is fixed
31 OPT_CFLAGS/ad_sparc.o = $(OPT_CFLAGS/SLOWER) 31 OPT_CFLAGS/ad_sparc.o = $(OPT_CFLAGS/SLOWER)