summaryrefslogtreecommitdiff
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-08-21 22:40:44 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-08-21 22:40:44 +0000
commitb08c6db11511275eee96c48534c351e4e02b850b (patch)
tree1dec9c5319500b1ea6c36cc5ece9cbcb651caf78 /runtime/Makefile
parent0b8e02b70404302a83da6868b3ebe1b66e8e1ba8 (diff)
downloadllvm-b08c6db11511275eee96c48534c351e4e02b850b.tar.gz
llvm-b08c6db11511275eee96c48534c351e4e02b850b.tar.bz2
llvm-b08c6db11511275eee96c48534c351e4e02b850b.tar.xz
Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces number of licenses used in LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/Makefile')
-rw-r--r--runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index d1165800c7..a63c66b3b0 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -18,7 +18,7 @@ install all::
$(Echo) "Warning: with llvm-gcc version 4 and beyond"
else
ifneq ($(wildcard $(LLVMGCC)),)
-PARALLEL_DIRS := GCCLibraries libdummy libprofile GC
+PARALLEL_DIRS := libdummy libprofile GC
else
PARALLEL_DIRS :=
install all ::