From Steve Leblanc:
- - SGI fixes: Fix C++ compilation, add a separate Tool/sgic++.py module,
- remove '-LANG:std' from the default SGI $CXXFLAGS and $LINKFLAGS.
+ - SGI fixes: Fix C++ compilation, add a separate Tool/sgic++.py module.
From Gary Oberbrunner:
Please note the following important changes since release 0.93:
- - The '-LANG:std' option has been removed from the default $CXXFLAGS
- and $LINKFLAGS variables on SGI systems. SGI users who need that flag
- for C++ compilation will need to explicitly add it to those variables.
-
Please note the following important changes since release 0.92:
- Construction variables are now expanded anywhere within a
cplusplus.generate(env)
- env['CXX'] = 'CC'
- env['SHCXX'] = 'CC'
+ env['CXX'] = 'CC'
+ env['CXXFLAGS'] = ['$CCFLAGS', '-LANG:std']
+ env['SHCXX'] = 'CC'
env['SHOBJSUFFIX'] = '.o'
env['STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME'] = 1