[llvm-commits] CVS: llvm/tools/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Sep 8 11:09:04 PDT 2006



Changes in directory llvm/tools:

Makefile updated: 1.56 -> 1.57
---
Log message:

Need to include Makefile.config to get the value of $(OS).  Add a comment.


---
Diffs of the changes:  (+4 -0)

 Makefile |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.56 llvm/tools/Makefile:1.57
--- llvm/tools/Makefile:1.56	Fri Sep  8 13:00:43 2006
+++ llvm/tools/Makefile	Fri Sep  8 13:08:50 2006
@@ -19,6 +19,10 @@
                  gccas llvm-bcanalyzer llvm-stub \
 		 gccld llvm2cpp \
                  llvm-ld llvmc llvm-prof
+
+include $(LEVEL)/Makefile.common
+
+# Disable liblto on non-darwin platforms right now until LLVM is built PIC.
 ifeq ($(OS), Darwin)
 PARALLEL_DIRS += lto
 endif






More information about the llvm-commits mailing list