SConscript (5401:40a49dafc572) | SConscript (5403:92d376c98a41) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 40 unchanged lines hidden (view full) --- 49 TraceFlag('BADADDR') 50 51# Workaround for bug in SCons version > 0.97d20071212 52# Scons bug id: 2006 M5 Bug id: 308 53else: 54 Dir('linux') 55 if env['TARGET_ISA'] == 'alpha': 56 Dir('tru64') | 1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 40 unchanged lines hidden (view full) --- 49 TraceFlag('BADADDR') 50 51# Workaround for bug in SCons version > 0.97d20071212 52# Scons bug id: 2006 M5 Bug id: 308 53else: 54 Dir('linux') 55 if env['TARGET_ISA'] == 'alpha': 56 Dir('tru64') |
57 elif env['TARGET_ISA'] == 'sparc': 58 Dir('solaris') |
|