comparison make/windows/makefiles/projectcreator.make @ 14119:c1b0b02a6528

windows: enable C1+Graal tiered
author Andreas Woess <andreas.woess@jku.at>
date Sun, 09 Mar 2014 20:25:48 +0100
parents 49db2c1e3bee
children 158dcef18506
comparison
equal deleted inserted replaced
14118:380984cdb29d 14119:c1b0b02a6528
180 180
181 ################################################## 181 ##################################################
182 # Graal compiler specific options 182 # Graal compiler specific options
183 ################################################## 183 ##################################################
184 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ 184 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
185 -define_graal COMPILER1 \
185 -define_graal GRAAL \ 186 -define_graal GRAAL \
186 $(ProjectCreatorIDEOptionsIgnoreCompiler1:TARGET=graal) \
187 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=graal) 187 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=graal)
188 188
189 ################################################## 189 ##################################################
190 # Server(C2) compiler specific options 190 # Server(C2) compiler specific options
191 ################################################## 191 ##################################################