1b49c56679
This patch drops RUBY as a compile time option. Instead the PROTOCOL option is used to figure out whether or not to build Ruby. If the specified protocol is 'None', then Ruby is not compiled.
4 lines
127 B
Text
4 lines
127 B
Text
FULL_SYSTEM = 0
|
|
SS_COMPATIBLE_FP = 1
|
|
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
|
PROTOCOL = 'Network_test'
|