SConscript (9104:27d56b644e78) | SConscript (9105:b576c490e7d1) |
---|---|
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 --- 72 unchanged lines hidden (view full) --- 81DebugFlag('RubyNetwork') 82DebugFlag('RubyPort') 83DebugFlag('RubyQueue') 84DebugFlag('RubySequencer') 85DebugFlag('RubySlicc') 86DebugFlag('RubySystem') 87DebugFlag('RubyTester') 88DebugFlag('RubyStats') | 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 --- 72 unchanged lines hidden (view full) --- 81DebugFlag('RubyNetwork') 82DebugFlag('RubyPort') 83DebugFlag('RubyQueue') 84DebugFlag('RubySequencer') 85DebugFlag('RubySlicc') 86DebugFlag('RubySystem') 87DebugFlag('RubyTester') 88DebugFlag('RubyStats') |
89DebugFlag('RubyResourceStalls') |
|
89 90CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', 91 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache', 92 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace']) | 90 91CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', 92 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache', 93 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace']) |