diff options
Diffstat (limited to 'runtime/GCCLibraries/libc/Makefile')
-rw-r--r-- | runtime/GCCLibraries/libc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/GCCLibraries/libc/Makefile b/runtime/GCCLibraries/libc/Makefile index c2106e0..4dc2f88 100644 --- a/runtime/GCCLibraries/libc/Makefile +++ b/runtime/GCCLibraries/libc/Makefile @@ -1,4 +1,4 @@ -##===- runtime/GCCLibraries/libc/Makefile ------------------------------*- Makefile -*-===## +##===- runtime/GCCLibraries/libc/Makefile ------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -15,3 +15,5 @@ BYTECODE_DESTINATION = $(CFERuntimeLibDir) include $(LEVEL)/Makefile.common +CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) +CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) |