Issue 80: r350 SConstruct fails with SCons 1.0.1
http://code.google.com/p/v8/issues/detail?id=80

Comment #3 by patterner:
1> unset CXXFLAGS; scons

scons: Reading SConscript files ...
Key=CCFLAGS; value=['-O2'];
Key=CCFLAGS; value=['-m32'];
Key=CXXFLAGS; value=[];
Key=CPPDEFINES; value=['SUPPORT_UTF8', 'NO_RECURSE', 'SUPPORT_UCP'];
Key=LIBS; value=['$LIBRARY'];
Key=LINKFLAGS; value=['-m32'];
Key=CCFLAGS; value=['-m32'];
Key=LIBS; value=['pthread'];
scons: done reading SConscript files.
scons: Building targets ...
scons: `library' is up to date.
scons: done building targets.


1> env CXXFLAGS="-O2 -m32" scons

scons: Reading SConscript files ...
Key=CXXFLAGS; value=['$CCFLAGS', '-fno-rtti', '-fno-exceptions'];
TypeError: cannot concatenate 'str' and 'list' objects:
   File "/Archives/v8/SConstruct", line 535:
     Build()
   File "/Archives/v8/SConstruct", line 509:
     context = BuildSpecific(env.Copy(), mode, env_overrides)
   File "/Archives/v8/SConstruct", line 428:
     library_flags = context.AddRelevantFlags(os.environ, LIBRARY_FLAGS)
   File "/Archives/v8/SConstruct", line 362:
     self.AppendFlags(result, flags[toolchain].get('all'))
   File "/Archives/v8/SConstruct", line 383:
     options[key] = options[key] + value




-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to