diff mx/commands.py @ 9159:43223d3f5dcd

Merge with hsx/hotspot-comp
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 16 Apr 2013 17:39:46 +0200
parents a38d748d4130
children 8d4174140745
line wrap: on
line diff
--- a/mx/commands.py	Tue Apr 16 17:16:06 2013 +0200
+++ b/mx/commands.py	Tue Apr 16 17:39:46 2013 +0200
@@ -658,8 +658,6 @@
         else:
             cpus = multiprocessing.cpu_count()
             runCmd = [mx.gmake_cmd()]
-            if build == 'debug':
-                build = 'jvmg'
             runCmd.append(build + buildSuffix) 
             env = os.environ.copy()