hotspot/make/solaris/makefiles/sparcWorks.make
changeset 7408 c04a5c989f26
parent 7397 5b173b4ca846
child 9414 a8c7f18f93e6
equal deleted inserted replaced
7407:47339ceb8cb0 7408:c04a5c989f26
   148 # Flags for creating the dependency files.
   148 # Flags for creating the dependency files.
   149 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)
   149 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)
   150 DEPFLAGS = -xMMD -xMF $(DEP_DIR)/$(@:%=%.d)
   150 DEPFLAGS = -xMMD -xMF $(DEP_DIR)/$(@:%=%.d)
   151 endif
   151 endif
   152 
   152 
       
   153 # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp.
       
   154 CFLAGS += -DDONT_USE_PRECOMPILED_HEADER
       
   155 
   153 ################################################
   156 ################################################
   154 # Begin current (>=5.9) Forte compiler options #
   157 # Begin current (>=5.9) Forte compiler options #
   155 #################################################
   158 #################################################
   156 
   159 
   157 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)
   160 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)