[llvm-commits] CVS: llvm/runtime/GC/SemiSpace/Makefile
Reid Spencer
reid at x10sys.com
Wed May 31 18:31:06 PDT 2006
Changes in directory llvm/runtime/GC/SemiSpace:
Makefile updated: 1.6 -> 1.7
---
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: (+2 -0)
Makefile | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/runtime/GC/SemiSpace/Makefile
diff -u llvm/runtime/GC/SemiSpace/Makefile:1.6 llvm/runtime/GC/SemiSpace/Makefile:1.7
--- llvm/runtime/GC/SemiSpace/Makefile:1.6 Tue Oct 18 13:48:30 2005
+++ llvm/runtime/GC/SemiSpace/Makefile Wed May 31 20:30:26 2006
@@ -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