diff 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
line wrap: on
line diff
--- a/make/windows/makefiles/projectcreator.make	Sat Mar 08 10:05:57 2014 +0100
+++ b/make/windows/makefiles/projectcreator.make	Sun Mar 09 20:25:48 2014 +0100
@@ -182,8 +182,8 @@
 # Graal compiler specific options
 ##################################################
 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
+ -define_graal COMPILER1 \
  -define_graal GRAAL \
- $(ProjectCreatorIDEOptionsIgnoreCompiler1:TARGET=graal) \
  $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=graal)
 
 ##################################################