hotspot/make/linux/makefiles/sparcWorks.make
changeset 7408 c04a5c989f26
parent 7397 5b173b4ca846
child 7662 5f31baaff55b
equal deleted inserted replaced
7407:47339ceb8cb0 7408:c04a5c989f26
    77 # Flags for creating the dependency files.
    77 # Flags for creating the dependency files.
    78 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)
    78 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)
    79 DEPFLAGS = -xMMD -xMF $(DEP_DIR)/$(@:%=%.d)
    79 DEPFLAGS = -xMMD -xMF $(DEP_DIR)/$(@:%=%.d)
    80 endif
    80 endif
    81 
    81 
       
    82 # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp.
       
    83 CFLAGS += -DDONT_USE_PRECOMPILED_HEADER
       
    84 
    82 #------------------------------------------------------------------------
    85 #------------------------------------------------------------------------
    83 # Linker flags
    86 # Linker flags
    84 
    87 
    85 # Use $(MAPFLAG:FILENAME=real_file_name) to specify a map file.
    88 # Use $(MAPFLAG:FILENAME=real_file_name) to specify a map file.
    86 MAPFLAG = -Wl,--version-script=FILENAME
    89 MAPFLAG = -Wl,--version-script=FILENAME