comparison 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
comparison
equal deleted inserted replaced
9158:9d74a0d7b231 9159:43223d3f5dcd
656 mx.log('Error building project') 656 mx.log('Error building project')
657 return 657 return
658 else: 658 else:
659 cpus = multiprocessing.cpu_count() 659 cpus = multiprocessing.cpu_count()
660 runCmd = [mx.gmake_cmd()] 660 runCmd = [mx.gmake_cmd()]
661 if build == 'debug':
662 build = 'jvmg'
663 runCmd.append(build + buildSuffix) 661 runCmd.append(build + buildSuffix)
664 env = os.environ.copy() 662 env = os.environ.copy()
665 663
666 if opts2.D: 664 if opts2.D:
667 for nv in opts2.D: 665 for nv in opts2.D: