SCons: More scons fixing for SCons bug 2006

--HG--
extra : convert_revision : d3656ab1e3c18251d4bcf6f5a31103d4b2dfdc43
This commit is contained in:
Ali Saidi 2008-05-06 16:22:14 -04:00
parent 8af6dc118c
commit 4a4317ae18

View file

@ -48,3 +48,9 @@ if env['FULL_SYSTEM']:
Source('tru64/tru64_syscalls.cc')
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')