changeset 14119:c1b0b02a6528

windows: enable C1+Graal tiered
author Andreas Woess <andreas.woess@jku.at>
date Sun, 09 Mar 2014 20:25:48 +0100
parents 380984cdb29d
children 158dcef18506
files make/windows/makefiles/projectcreator.make
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)
 
 ##################################################