summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-13 17:42:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-13 17:42:54 +0000
commitdaeb5f0900f315914acacd79e1a6a486700ae8b1 (patch)
treeb55adb6c8f68ffa4f403eafa0babe99de4c231bb /llvm/projects/Stacker
parent2d4fc4c67643a961085484c413506deb0986a70a (diff)
downloadbcm5719-llvm-daeb5f0900f315914acacd79e1a6a486700ae8b1.tar.gz
bcm5719-llvm-daeb5f0900f315914acacd79e1a6a486700ae8b1.zip
The previous hack didn't work because tools-only isn't defined and isn't
a target at this level of build. There shouldn't be a problem with building the runtime library without llvm-gcc because the Makefile.rules checks for an empty LLVMGCC variable before building bytecode modules. llvm-svn: 21942
Diffstat (limited to 'llvm/projects/Stacker')
-rw-r--r--llvm/projects/Stacker/lib/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/projects/Stacker/lib/Makefile b/llvm/projects/Stacker/lib/Makefile
index 78ab25c6ec2..a302a85ef51 100644
--- a/llvm/projects/Stacker/lib/Makefile
+++ b/llvm/projects/Stacker/lib/Makefile
@@ -5,9 +5,6 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-DIRS = compiler
-ifneq ($(MAKECMDGOALS),tools-only)
-DIRS += runtime
-endif
+DIRS = compiler runtime
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud