X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=runtime%2Flibdummy%2FMakefile;fp=runtime%2Flibdummy%2FMakefile;h=6dad7bc6093b58e82892af2b8dda8ebb45ec1126;hb=72f42bbc9baad5fce8ee0a9ef969afbfc201f467;hp=4fa2561b5a0c7785eccf43f8819391371bccb5e9;hpb=dee05112a63cdd440dfb27db12ef541b7afd0a6d;p=oota-llvm.git diff --git a/runtime/libdummy/Makefile b/runtime/libdummy/Makefile index 4fa2561b5a0..6dad7bc6093 100644 --- a/runtime/libdummy/Makefile +++ b/runtime/libdummy/Makefile @@ -15,3 +15,5 @@ BYTECODE_DESTINATION = $(CFERuntimeLibDir) include $(LEVEL)/Makefile.common +CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) +CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))