SConscript (5268:5bfc53fe60e7) | SConscript (5403:92d376c98a41) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2004-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 --- 19 unchanged lines hidden (view full) --- 28# 29# Authors: Gabe Black 30# Steve Reinhardt 31# Korey Sewell 32 33Import('*') 34 35if env['TARGET_ISA'] == 'mips': | 1# -*- mode:python -*- 2 3# Copyright (c) 2004-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 --- 19 unchanged lines hidden (view full) --- 28# 29# Authors: Gabe Black 30# Steve Reinhardt 31# Korey Sewell 32 33Import('*') 34 35if env['TARGET_ISA'] == 'mips': |
36# Workaround for bug in SCons version > 0.97d20071212 37# Scons bug id: 2006 M5 Bug id: 308 38 Dir('isa/formats') |
|
36 Source('faults.cc') 37 Source('regfile/int_regfile.cc') 38 Source('regfile/float_regfile.cc') 39 Source('regfile/misc_regfile.cc') 40 Source('regfile/regfile.cc') 41 Source('tlb.cc') 42 Source('pagetable.cc') 43 Source('utility.cc') --- 26 unchanged lines hidden --- | 39 Source('faults.cc') 40 Source('regfile/int_regfile.cc') 41 Source('regfile/float_regfile.cc') 42 Source('regfile/misc_regfile.cc') 43 Source('regfile/regfile.cc') 44 Source('tlb.cc') 45 Source('pagetable.cc') 46 Source('utility.cc') --- 26 unchanged lines hidden --- |