hotspot/make/bsd/makefiles/gcc.make
changeset 10830 f3fedfa29811
parent 10739 91935236600e
child 11205 f07e6dd70a1f
equal deleted inserted replaced
10829:dfedb42b9075 10830:f3fedfa29811
    86 ifneq "$(shell expr \( $(CC_VER_MAJOR) \> 3 \) \| \( \( $(CC_VER_MAJOR) = 3 \) \& \( $(CC_VER_MINOR) \>= 4 \) \))" "0"
    86 ifneq "$(shell expr \( $(CC_VER_MAJOR) \> 3 \) \| \( \( $(CC_VER_MAJOR) = 3 \) \& \( $(CC_VER_MINOR) \>= 4 \) \))" "0"
    87 # Allow the user to turn off precompiled headers from the command line.
    87 # Allow the user to turn off precompiled headers from the command line.
    88 ifneq ($(USE_PRECOMPILED_HEADER),0)
    88 ifneq ($(USE_PRECOMPILED_HEADER),0)
    89 USE_PRECOMPILED_HEADER=1
    89 USE_PRECOMPILED_HEADER=1
    90 PRECOMPILED_HEADER_DIR=.
    90 PRECOMPILED_HEADER_DIR=.
    91 PRECOMPILED_HEADER_SRC=$(GAMMADIR)/src/share/vm/precompiled.hpp
    91 PRECOMPILED_HEADER_SRC=$(GAMMADIR)/src/share/vm/precompiled/precompiled.hpp
    92 PRECOMPILED_HEADER=$(PRECOMPILED_HEADER_DIR)/precompiled.hpp.gch
    92 PRECOMPILED_HEADER=$(PRECOMPILED_HEADER_DIR)/precompiled.hpp.gch
    93 endif
    93 endif
    94 endif
    94 endif
    95 
    95 
    96 
    96