Remove some now-unneeded casts from instruction patterns. With the casts
[oota-llvm.git] / Makefile.config.in
index 47d0d81cbf1d8a5276d8e8f0eab0d123b5433d12..03d62903375a0a5e066435019813524dbeb10123 100644 (file)
@@ -201,6 +201,9 @@ OBJ_ROOT := .
 # When ENABLE_DOXYGEN is enabled, the doxygen documentation will be built
 ENABLE_DOXYGEN = @ENABLE_DOXYGEN@
 
+# Do we want to enable threads?
+ENABLE_THREADS := @ENABLE_THREADS@
+
 # This option tells the Makefiles to produce verbose output.
 # It essentially prints the commands that make is executing
 #VERBOSE = 1