summaryrefslogtreecommitdiff
path: root/build_opts/ALPHA_SE_MOESI_hammer
AgeCommit message (Collapse)Author
2012-01-28SE/FS: Pull FULL_SYSTEM out of the build_opts filesGabe Black
--HG-- rename : build_opts/ALPHA_FS => build_opts/ALPHA rename : build_opts/ALPHA_SE_MESI_CMP_directory => build_opts/ALPHA_MESI_CMP_directory rename : build_opts/ALPHA_SE_MOESI_CMP_directory => build_opts/ALPHA_MOESI_CMP_directory rename : build_opts/ALPHA_SE_MOESI_CMP_token => build_opts/ALPHA_MOESI_CMP_token rename : build_opts/ALPHA_SE_MOESI_hammer => build_opts/ALPHA_MOESI_hammer rename : build_opts/ALPHA_SE_Network_test => build_opts/ALPHA_Network_test rename : build_opts/ARM_FS => build_opts/ARM rename : build_opts/MIPS_SE => build_opts/MIPS rename : build_opts/POWER_SE => build_opts/POWER rename : build_opts/SPARC_FS => build_opts/SPARC rename : build_opts/X86_FS => build_opts/X86
2011-08-02Scons: Drop RUBY as compile time option.Nilay Vaish
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.
2010-06-07scons: make RUBY a regular (non-global) sticky varSteve Reinhardt
and force it to True for builds that imply Ruby protocols (else unexpected things happen when testing these builds with RUBY=False).
2010-01-29m5: Regression Tester UpdateBrad Beckmann
This patch includes the necessary regression updates to test the new ruby configuration system. The patch includes support for multiple ruby protocols and adds the ruby random tester. The patch removes atomic mode test for ruby since ruby does not support atomic mode acceses. These tests can be added back in when ruby supports atomic mode for real. --HG-- rename : tests/quick/50.memtest/test.py => tests/quick/60.rubytest/test.py