For PR786:
[oota-llvm.git] / lib / Target / CBackend / Makefile
index 7fcc434c911ef11ce379a587d9175bd57f621ac5..9e00bdb1426e4d896c9007e628b210924afcc7e3 100644 (file)
@@ -8,6 +8,8 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../..
-LIBRARYNAME = cwriter
+LIBRARYNAME = LLVMCBackend
 include $(LEVEL)/Makefile.common
 
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))