make/solaris/makefiles/sparc.make

changeset 865
4d20a3aaf1ab
parent 631
d1605aabd0a1
child 868
c1345e85f901
equal deleted inserted replaced
864:364141474b40 865:4d20a3aaf1ab
24 24
25 Obj_Files += solaris_sparc.o 25 Obj_Files += solaris_sparc.o
26 ASFLAGS += $(AS_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_NUMARIC) \< 505), 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)
32 OPT_CFLAGS/dfa_sparc.o = $(OPT_CFLAGS/SLOWER) 32 OPT_CFLAGS/dfa_sparc.o = $(OPT_CFLAGS/SLOWER)
33 # CC drops core on systemDictionary.o in -xO4 mode 33 # CC drops core on systemDictionary.o in -xO4 mode
34 OPT_CFLAGS/systemDictionary.o = $(OPT_CFLAGS/SLOWER) 34 OPT_CFLAGS/systemDictionary.o = $(OPT_CFLAGS/SLOWER)

mercurial