make/solaris/makefiles/gcc.make

changeset 3325
f4414323345f
parent 3229
95009f678859
child 3518
719f7007c8e8
     1.1 --- a/make/solaris/makefiles/gcc.make	Mon Nov 28 10:19:26 2011 +0100
     1.2 +++ b/make/solaris/makefiles/gcc.make	Mon Nov 28 14:58:31 2011 +0100
     1.3 @@ -49,7 +49,6 @@
     1.4  ifneq "$(shell expr \( $(CC_VER_MAJOR) \> 3 \) \| \( \( $(CC_VER_MAJOR) = 3 \) \& \( $(CC_VER_MINOR) \>= 4 \) \))" "0"
     1.5  # Allow the user to turn off precompiled headers from the command line.
     1.6  ifneq ($(USE_PRECOMPILED_HEADER),0)
     1.7 -USE_PRECOMPILED_HEADER=1
     1.8  PRECOMPILED_HEADER_DIR=.
     1.9  PRECOMPILED_HEADER_SRC=$(GAMMADIR)/src/share/vm/precompiled/precompiled.hpp
    1.10  PRECOMPILED_HEADER=$(PRECOMPILED_HEADER_DIR)/precompiled.hpp.gch
    1.11 @@ -142,7 +141,7 @@
    1.12  endif
    1.13  
    1.14  # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp.
    1.15 -ifneq ($(USE_PRECOMPILED_HEADER),1)
    1.16 +ifeq ($(USE_PRECOMPILED_HEADER),0)
    1.17  CFLAGS += -DDONT_USE_PRECOMPILED_HEADER
    1.18  endif
    1.19  

mercurial