LinearScanner hotspot.
[oota-llvm.git] / lib / CodeGen / Makefile
index 05453a36ef7d025c450fd9fa6ab0779b553140c9..62ef1ad727dcb2c73acee9f4a5be704c5358dbc1 100644 (file)
@@ -8,7 +8,11 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-PARALLEL_DIRS = SelectionDAG
 LIBRARYNAME = LLVMCodeGen
+PARALLEL_DIRS = SelectionDAG
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
+
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))