From 1b49c56679b18b068e04cfe074bf984897fe656b Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Tue, 2 Aug 2011 00:10:08 -0500 Subject: 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. --- build_opts/ALPHA_SE_MESI_CMP_directory | 1 - build_opts/ALPHA_SE_MOESI_CMP_directory | 1 - build_opts/ALPHA_SE_MOESI_CMP_token | 1 - build_opts/ALPHA_SE_MOESI_hammer | 1 - build_opts/ALPHA_SE_Network_test | 1 - 5 files changed, 5 deletions(-) (limited to 'build_opts') diff --git a/build_opts/ALPHA_SE_MESI_CMP_directory b/build_opts/ALPHA_SE_MESI_CMP_directory index 3db3daa02..c55731b30 100644 --- a/build_opts/ALPHA_SE_MESI_CMP_directory +++ b/build_opts/ALPHA_SE_MESI_CMP_directory @@ -2,4 +2,3 @@ FULL_SYSTEM = 0 SS_COMPATIBLE_FP = 1 CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' PROTOCOL = 'MESI_CMP_directory' -RUBY = True diff --git a/build_opts/ALPHA_SE_MOESI_CMP_directory b/build_opts/ALPHA_SE_MOESI_CMP_directory index 5685952af..5edc7688b 100644 --- a/build_opts/ALPHA_SE_MOESI_CMP_directory +++ b/build_opts/ALPHA_SE_MOESI_CMP_directory @@ -2,4 +2,3 @@ FULL_SYSTEM = 0 SS_COMPATIBLE_FP = 1 CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' PROTOCOL = 'MOESI_CMP_directory' -RUBY = True diff --git a/build_opts/ALPHA_SE_MOESI_CMP_token b/build_opts/ALPHA_SE_MOESI_CMP_token index 372be578d..f69c2c48c 100644 --- a/build_opts/ALPHA_SE_MOESI_CMP_token +++ b/build_opts/ALPHA_SE_MOESI_CMP_token @@ -2,4 +2,3 @@ FULL_SYSTEM = 0 SS_COMPATIBLE_FP = 1 CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' PROTOCOL = 'MOESI_CMP_token' -RUBY = True diff --git a/build_opts/ALPHA_SE_MOESI_hammer b/build_opts/ALPHA_SE_MOESI_hammer index 23bbc07a8..f21ca5e5d 100644 --- a/build_opts/ALPHA_SE_MOESI_hammer +++ b/build_opts/ALPHA_SE_MOESI_hammer @@ -2,4 +2,3 @@ FULL_SYSTEM = 0 SS_COMPATIBLE_FP = 1 CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' PROTOCOL = 'MOESI_hammer' -RUBY = True diff --git a/build_opts/ALPHA_SE_Network_test b/build_opts/ALPHA_SE_Network_test index a092a94fd..77426d349 100644 --- a/build_opts/ALPHA_SE_Network_test +++ b/build_opts/ALPHA_SE_Network_test @@ -2,4 +2,3 @@ FULL_SYSTEM = 0 SS_COMPATIBLE_FP = 1 CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' PROTOCOL = 'Network_test' -RUBY = True -- cgit v1.2.3