comparison make/bsd/makefiles/gcc.make @ 4065:78bef05801ca

Merge
author twisti
date Thu, 10 Nov 2011 04:46:08 -0800
parents 95009f678859
children f4414323345f
comparison
equal deleted inserted replaced
4064:670a74b863fc 4065:78bef05801ca
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