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

Chris Lattner sabre at nondot.org
Fri Sep 29 17:24:34 PDT 2006



Changes in directory llvm/projects:

Makefile updated: 1.14 -> 1.15
---
Log message:

Stacker doesn't build universal right.


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

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


Index: llvm/projects/Makefile
diff -u llvm/projects/Makefile:1.14 llvm/projects/Makefile:1.15
--- llvm/projects/Makefile:1.14	Sat Jan 15 20:21:29 2005
+++ llvm/projects/Makefile	Fri Sep 29 19:24:20 2006
@@ -18,4 +18,10 @@
 DIRS := $(filter-out sample, $(DIRS))
 endif
 
+
+# Universal builds can't build stacker, which uses llvm-gcc -S.
+ifdef UNIVERSAL
+DIRS := $(filter-out Stacker, $(DIRS))
+endif
+
 include $(PROJ_SRC_ROOT)/Makefile.rules






More information about the llvm-commits mailing list