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

Reid Spencer reid at x10sys.com
Tue Jan 16 18:19:22 PST 2007



Changes in directory llvm/projects:

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

For PR1074: http://llvm.org/PR1074 :
Remove the projects/Stacker directory. LLVM is now free of dependency
on llvm-gcc.


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

 Makefile |    7 -------
 1 files changed, 7 deletions(-)


Index: llvm/projects/Makefile
diff -u llvm/projects/Makefile:1.15 llvm/projects/Makefile:1.16
--- llvm/projects/Makefile:1.15	Fri Sep 29 19:24:20 2006
+++ llvm/projects/Makefile	Tue Jan 16 20:18:43 2007
@@ -14,14 +14,7 @@
 
 # Sparc cannot link shared libraries (libtool problem?) which Stacker uses
 ifeq ($(ARCH), Sparc)
-DIRS := $(filter-out Stacker, $(DIRS))
 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