comparison make/bsd/makefiles/gcc.make @ 21559:be896a1983c0

recast all Graal native code as JVMCI code (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 May 2015 15:36:48 +0200
parents b00fc4dc6dc2
children dd9cc155639c
comparison
equal deleted inserted replaced
21558:d563baeca9df 21559:be896a1983c0
147 # need this special handling. 147 # need this special handling.
148 PCH_FLAG/loopTransform.o = $(PCH_FLAG/NO_PCH) 148 PCH_FLAG/loopTransform.o = $(PCH_FLAG/NO_PCH)
149 PCH_FLAG/sharedRuntimeTrig.o = $(PCH_FLAG/NO_PCH) 149 PCH_FLAG/sharedRuntimeTrig.o = $(PCH_FLAG/NO_PCH)
150 PCH_FLAG/sharedRuntimeTrans.o = $(PCH_FLAG/NO_PCH) 150 PCH_FLAG/sharedRuntimeTrans.o = $(PCH_FLAG/NO_PCH)
151 PCH_FLAG/unsafe.o = $(PCH_FLAG/NO_PCH) 151 PCH_FLAG/unsafe.o = $(PCH_FLAG/NO_PCH)
152 PCH_FLAG/graalCompilerToVM.o = $(PCH_FLAG/NO_PCH) 152 PCH_FLAG/jvmciCompilerToVM.o = $(PCH_FLAG/NO_PCH)
153 153
154 endif 154 endif
155 else # ($(USE_CLANG), true) 155 else # ($(USE_CLANG), true)
156 # check for precompiled headers support 156 # check for precompiled headers support
157 ifneq "$(shell expr \( $(CC_VER_MAJOR) \> 3 \) \| \( \( $(CC_VER_MAJOR) = 3 \) \& \( $(CC_VER_MINOR) \>= 4 \) \))" "0" 157 ifneq "$(shell expr \( $(CC_VER_MAJOR) \> 3 \) \| \( \( $(CC_VER_MAJOR) = 3 \) \& \( $(CC_VER_MINOR) \>= 4 \) \))" "0"