Scons: Drop RUBY as compile time option.
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.
This commit is contained in:
@@ -2,4 +2,3 @@ FULL_SYSTEM = 0
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'MESI_CMP_directory'
|
||||
RUBY = True
|
||||
|
||||
@@ -2,4 +2,3 @@ FULL_SYSTEM = 0
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'MOESI_CMP_directory'
|
||||
RUBY = True
|
||||
|
||||
@@ -2,4 +2,3 @@ FULL_SYSTEM = 0
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'MOESI_CMP_token'
|
||||
RUBY = True
|
||||
|
||||
@@ -2,4 +2,3 @@ FULL_SYSTEM = 0
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'MOESI_hammer'
|
||||
RUBY = True
|
||||
|
||||
@@ -2,4 +2,3 @@ FULL_SYSTEM = 0
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'Network_test'
|
||||
RUBY = True
|
||||
|
||||
Reference in New Issue
Block a user