From: Ali Saidi Date: Tue, 6 May 2008 20:22:14 +0000 (-0400) Subject: SCons: More scons fixing for SCons bug 2006 X-Git-Tag: copyright_update~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a4317ae18504226d298d42929b9882837ab1b44;p=gem5.git SCons: More scons fixing for SCons bug 2006 --HG-- extra : convert_revision : d3656ab1e3c18251d4bcf6f5a31103d4b2dfdc43 --- diff --git a/src/kern/SConscript b/src/kern/SConscript index 509e6b3f7..fd1181710 100644 --- a/src/kern/SConscript +++ b/src/kern/SConscript @@ -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')