For PR786:
[oota-llvm.git] / runtime / libdummy / Makefile
index 4fa2561b5a0c7785eccf43f8819391371bccb5e9..6dad7bc6093b58e82892af2b8dda8ebb45ec1126 100644 (file)
@@ -15,3 +15,5 @@ BYTECODE_DESTINATION = $(CFERuntimeLibDir)
 
 include $(LEVEL)/Makefile.common
 
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))