Shrink libllvmgcc.dylib by another 23K
[oota-llvm.git] / Makefile.config.in
index 47d0d81cbf1d8a5276d8e8f0eab0d123b5433d12..d1efb2b437ddf192426937e2d3d893ef5cdc97c2 100644 (file)
@@ -103,6 +103,9 @@ TARGET_TRIPLE=@target@
 # Targets that we should build
 TARGETS_TO_BUILD=@TARGETS_TO_BUILD@
 
+# Extra options to compile LLVM with
+EXTRA_OPTIONS=@EXTRA_OPTIONS@
+
 # Endian-ness of the target
 ENDIAN=@ENDIAN@
 
@@ -201,6 +204,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