Add toolchain=gcc to V8 build for Sun

v0.7.4-release
Ryan Dahl 2010-12-21 12:02:51 -08:00
parent b202483e47
commit d793fcaabd
1 changed files with 4 additions and 1 deletions

View File

@ -456,7 +456,10 @@ def v8_cmd(bld, variant):
, snapshot
, profile
)
if sys.platform.startswith("sunos"): cmd += ' toolchain=gcc'
return ("echo '%s' && " % cmd) + cmd