SCons: More scons fixing for SCons bug 2006
--HG-- extra : convert_revision : d3656ab1e3c18251d4bcf6f5a31103d4b2dfdc43
This commit is contained in:
parent
8af6dc118c
commit
4a4317ae18
1 changed files with 6 additions and 0 deletions
|
@ -48,3 +48,9 @@ if env['FULL_SYSTEM']:
|
||||||
Source('tru64/tru64_syscalls.cc')
|
Source('tru64/tru64_syscalls.cc')
|
||||||
TraceFlag('BADADDR')
|
TraceFlag('BADADDR')
|
||||||
|
|
||||||
|
# Workaround for bug in SCons version > 0.97d20071212
|
||||||
|
# Scons bug id: 2006 M5 Bug id: 308
|
||||||
|
else:
|
||||||
|
Dir('linux')
|
||||||
|
if env['TARGET_ISA'] == 'alpha':
|
||||||
|
Dir('tru64')
|
||||||
|
|
Loading…
Reference in a new issue