equal
deleted
inserted
replaced
29 |
29 |
30 COMPILER_NAME=Sun Studio |
30 COMPILER_NAME=Sun Studio |
31 |
31 |
32 # Sun Studio Compiler settings specific to Solaris |
32 # Sun Studio Compiler settings specific to Solaris |
33 ifeq ($(PLATFORM), solaris) |
33 ifeq ($(PLATFORM), solaris) |
34 # FIXUP: Change to SS12 when validated |
34 COMPILER_VERSION=SS12 |
35 #COMPILER_VERSION=SS12 |
35 REQUIRED_CC_VER=5.9 |
36 #REQUIRED_CC_VER=5.9 |
|
37 COMPILER_VERSION=SS11 |
|
38 REQUIRED_CC_VER=5.8 |
|
39 CC = $(COMPILER_PATH)cc |
36 CC = $(COMPILER_PATH)cc |
40 CPP = $(COMPILER_PATH)cc -E |
37 CPP = $(COMPILER_PATH)cc -E |
41 CXX = $(COMPILER_PATH)CC |
38 CXX = $(COMPILER_PATH)CC |
42 LINT = $(COMPILER_PATH)lint |
39 LINT = $(COMPILER_PATH)lint |
43 # Option used to create a shared library |
40 # Option used to create a shared library |