SConscript (4997:e7380529bd2d) | SConscript (5192:582e583f8e7e) |
---|---|
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 --- 61 unchanged lines hidden (view full) --- 70 Source('tru64/process.cc') 71 72 # Add in files generated by the ISA description. 73 isa_desc_files = env.ISADesc('isa/main.isa') 74 # Only non-header files need to be compiled. 75 for f in isa_desc_files: 76 if not f.path.endswith('.hh'): 77 Source(f) | 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 --- 61 unchanged lines hidden (view full) --- 70 Source('tru64/process.cc') 71 72 # Add in files generated by the ISA description. 73 isa_desc_files = env.ISADesc('isa/main.isa') 74 # Only non-header files need to be compiled. 75 for f in isa_desc_files: 76 if not f.path.endswith('.hh'): 77 Source(f) |
78 79 TraceFlag('Context') |
|