comparison make/windows/makefiles/projectcreator.make @ 14120:158dcef18506

windows: enable C1+C2 tiered
author Andreas Woess <andreas.woess@jku.at>
date Sun, 09 Mar 2014 20:26:11 +0100
parents c1b0b02a6528
children 7ad529321294
comparison
equal deleted inserted replaced
14119:c1b0b02a6528 14120:158dcef18506
189 ################################################## 189 ##################################################
190 # Server(C2) compiler specific options 190 # Server(C2) compiler specific options
191 ################################################## 191 ##################################################
192 #NOTE! This list must be kept in sync with GENERATED_NAMES in adlc.make. 192 #NOTE! This list must be kept in sync with GENERATED_NAMES in adlc.make.
193 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ 193 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
194 -define_compiler2 COMPILER1 \
194 -define_compiler2 COMPILER2 \ 195 -define_compiler2 COMPILER2 \
195 -define_compiler2 GRAAL \ 196 -define_compiler2 GRAAL \
196 -ignorePath_compiler2 graal/generated \ 197 -ignorePath_compiler2 graal/generated \
197 -additionalFile_compiler2 $(Platform_arch_model).ad \ 198 -additionalFile_compiler2 $(Platform_arch_model).ad \
198 -additionalFile_compiler2 ad_$(Platform_arch_model).cpp \ 199 -additionalFile_compiler2 ad_$(Platform_arch_model).cpp \
203 -additionalFile_compiler2 ad_$(Platform_arch_model)_gen.cpp \ 204 -additionalFile_compiler2 ad_$(Platform_arch_model)_gen.cpp \
204 -additionalFile_compiler2 ad_$(Platform_arch_model)_misc.cpp \ 205 -additionalFile_compiler2 ad_$(Platform_arch_model)_misc.cpp \
205 -additionalFile_compiler2 ad_$(Platform_arch_model)_peephole.cpp \ 206 -additionalFile_compiler2 ad_$(Platform_arch_model)_peephole.cpp \
206 -additionalFile_compiler2 ad_$(Platform_arch_model)_pipeline.cpp \ 207 -additionalFile_compiler2 ad_$(Platform_arch_model)_pipeline.cpp \
207 -additionalFile_compiler2 adGlobals_$(Platform_arch_model).hpp \ 208 -additionalFile_compiler2 adGlobals_$(Platform_arch_model).hpp \
208 -additionalFile_compiler2 dfa_$(Platform_arch_model).cpp \ 209 -additionalFile_compiler2 dfa_$(Platform_arch_model).cpp
209 $(ProjectCreatorIDEOptionsIgnoreCompiler1:TARGET=compiler2)
210 210
211 # Add in the jvmti (JSR-163) options 211 # Add in the jvmti (JSR-163) options
212 # NOTE: do not pull in jvmtiEnvRecommended.cpp. This file is generated 212 # NOTE: do not pull in jvmtiEnvRecommended.cpp. This file is generated
213 # so the programmer can diff it with jvmtiEnv.cpp to be sure the 213 # so the programmer can diff it with jvmtiEnv.cpp to be sure the
214 # code merge was done correctly (@see jvmti.make and jvmtiEnvFill.java). 214 # code merge was done correctly (@see jvmti.make and jvmtiEnvFill.java).