Get rid of non-essential default-valued options.
authorSteve Reinhardt <stever@eecs.umich.edu>
Fri, 2 Sep 2005 21:21:02 +0000 (17:21 -0400)
committerSteve Reinhardt <stever@eecs.umich.edu>
Fri, 2 Sep 2005 21:21:02 +0000 (17:21 -0400)
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

build/build_options/ALPHA_FS
build/build_options/ALPHA_FS_TL
build/build_options/ALPHA_SE

index 11c08ae2563a79dd7b9bb4c9828b667944e847e0..ddd69b9b3ff188f5a3f9850b30ae610f24cbbbcc 100644 (file)
@@ -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
index 59436f858c87a51d2f0133677110b66e876c1232..4f3e201ecb4756db5d6c264b57535750d6605bda 100644 (file)
@@ -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
index 810c641f6266a98fd7a637a3e28ddcd90b9b0e68..3fedc22ca363fa899e699813571d5f1b1af912cf 100644 (file)
@@ -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