SConscript (5192:582e583f8e7e) | SConscript (5403:92d376c98a41) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 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 --- 18 unchanged lines hidden (view full) --- 27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28# 29# Authors: Gabe Black 30# Steve Reinhardt 31 32Import('*') 33 34if env['TARGET_ISA'] == 'sparc': | 1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 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 --- 18 unchanged lines hidden (view full) --- 27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28# 29# Authors: Gabe Black 30# Steve Reinhardt 31 32Import('*') 33 34if env['TARGET_ISA'] == 'sparc': |
35# Workaround for bug in SCons version > 0.97d20071212 36# Scons bug id: 2006 M5 Bug id: 308 37 Dir('isa/formats') 38 Dir('isa/formats/mem') |
|
35 Source('asi.cc') 36 Source('faults.cc') 37 Source('floatregfile.cc') 38 Source('intregfile.cc') 39 Source('miscregfile.cc') 40 Source('pagetable.cc') 41 Source('regfile.cc') 42 Source('remote_gdb.cc') --- 29 unchanged lines hidden --- | 39 Source('asi.cc') 40 Source('faults.cc') 41 Source('floatregfile.cc') 42 Source('intregfile.cc') 43 Source('miscregfile.cc') 44 Source('pagetable.cc') 45 Source('regfile.cc') 46 Source('remote_gdb.cc') --- 29 unchanged lines hidden --- |