diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2005-09-02 17:21:02 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2005-09-02 17:21:02 -0400 |
commit | 72900e7a1dc166389950ed85030a5aaf988f9927 (patch) | |
tree | 6ba193fc5f6ee81fd288cc088c4823ccdc01feef /build | |
parent | 39ce4fbaf964403696a31919ce705426e7d82e11 (diff) | |
download | gem5-72900e7a1dc166389950ed85030a5aaf988f9927.tar.xz |
Get rid of non-essential default-valued options.
This lets SConstruct set things like USE_MYSQL
based on the host w/o complaining.
build/build_options/ALPHA_FS_TL:
build/build_options/ALPHA_FS:
build/build_options/ALPHA_SE:
Get rid of non-essential default-valued options.
--HG--
extra : convert_revision : 96308897d2b9269dbefffa6d50ac491379444030
Diffstat (limited to 'build')
-rw-r--r-- | build/build_options/ALPHA_FS | 5 | ||||
-rw-r--r-- | build/build_options/ALPHA_FS_TL | 5 | ||||
-rw-r--r-- | build/build_options/ALPHA_SE | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/build/build_options/ALPHA_FS b/build/build_options/ALPHA_FS index 11c08ae25..ddd69b9b3 100644 --- a/build/build_options/ALPHA_FS +++ b/build/build_options/ALPHA_FS @@ -1,7 +1,2 @@ FULL_SYSTEM = 1 ALPHA_TLASER = 0 -NO_FAST_ALLOC = 0 -EFENCE = 0 -SS_COMPATIBLE_FP = 0 -STATS_BINNING = 1 -USE_MYSQL = 1 diff --git a/build/build_options/ALPHA_FS_TL b/build/build_options/ALPHA_FS_TL index 59436f858..4f3e201ec 100644 --- a/build/build_options/ALPHA_FS_TL +++ b/build/build_options/ALPHA_FS_TL @@ -1,7 +1,2 @@ FULL_SYSTEM = 1 ALPHA_TLASER = 1 -NO_FAST_ALLOC = 0 -EFENCE = 0 -SS_COMPATIBLE_FP = 0 -STATS_BINNING = 1 -USE_MYSQL = 1 diff --git a/build/build_options/ALPHA_SE b/build/build_options/ALPHA_SE index 810c641f6..3fedc22ca 100644 --- a/build/build_options/ALPHA_SE +++ b/build/build_options/ALPHA_SE @@ -1,7 +1,2 @@ FULL_SYSTEM = 0 -ALPHA_TLASER = 0 -NO_FAST_ALLOC = 0 -EFENCE = 0 SS_COMPATIBLE_FP = 1 -STATS_BINNING = 1 -USE_MYSQL = 1 |