Rename bunch of variables.
[oota-llvm.git] / runtime / GCCLibraries / libc / Makefile
index ba8033cdad2edebfcf42d78cda29b36b2187ab8c..4dc2f88a92e38dc357866f3d6b27b186ef06ca90 100644 (file)
@@ -1,4 +1,4 @@
-##===- runtime/GCCLibraries/libc/Makefile ------------------------------*- Makefile -*-===##
+##===- runtime/GCCLibraries/libc/Makefile ------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -11,7 +11,9 @@ LEVEL = ../../..
 BYTECODE_LIBRARY = 1
 DONT_BUILD_RELINKED = 1
 LIBRARYNAME = c
-BYTECODE_DESTINATION = $(cferuntime_libdir)
+BYTECODE_DESTINATION = $(CFERuntimeLibDir)
 
 include $(LEVEL)/Makefile.common
 
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))