summaryrefslogtreecommitdiff
path: root/projects/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-17 02:18:44 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-17 02:18:44 +0000
commitd203342a597bff2bc896cb31b7ea8dcd4e45a425 (patch)
tree94158de0997f4ddd009fa98f593f042f2baa334d /projects/Makefile
parent67bb0796ddc3e6f93de80519aa16fb661f84d1e9 (diff)
downloadllvm-d203342a597bff2bc896cb31b7ea8dcd4e45a425.tar.gz
llvm-d203342a597bff2bc896cb31b7ea8dcd4e45a425.tar.bz2
llvm-d203342a597bff2bc896cb31b7ea8dcd4e45a425.tar.xz
For PR1074:
Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/Makefile')
-rw-r--r--projects/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/projects/Makefile b/projects/Makefile
index 0997a2a381..93459a5f25 100644
--- a/projects/Makefile
+++ b/projects/Makefile
@@ -14,14 +14,7 @@ DIRS:= $(filter-out llvm-test,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard
# 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