[llvm-commits] CVS: llvm/runtime/GCCLibraries/libc/Makefile

Reid Spencer reid at x10sys.com
Wed May 31 18:31:05 PDT 2006



Changes in directory llvm/runtime/GCCLibraries/libc:

Makefile updated: 1.7 -> 1.8
---
Log message:

Use archive libraries instead of object files for VMCore, BCReader, 
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate
these changes. This was done to speed up link times.


---
Diffs of the changes:  (+3 -1)

 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm/runtime/GCCLibraries/libc/Makefile
diff -u llvm/runtime/GCCLibraries/libc/Makefile:1.7 llvm/runtime/GCCLibraries/libc/Makefile:1.8
--- llvm/runtime/GCCLibraries/libc/Makefile:1.7	Tue Dec 21 23:57:33 2004
+++ llvm/runtime/GCCLibraries/libc/Makefile	Wed May 31 20:30:26 2006
@@ -1,4 +1,4 @@
-##===- runtime/GCCLibraries/libc/Makefile ------------------------------*- Makefile -*-===##
+##===- runtime/GCCLibraries/libc/Makefile ------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -15,3 +15,5 @@
 
 include $(LEVEL)/Makefile.common
 
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))






More information about the llvm-commits mailing list