aboutsummaryrefslogtreecommitdiffstats
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
commit8d1e55b5633cb705c0d4d9c6cab6bef1319dbec6 (patch)
tree1dec9c5319500b1ea6c36cc5ece9cbcb651caf78 /runtime/Makefile
parent2a24ff365b458c2b602154c2158503e1e445c10c (diff)
downloadexternal_llvm-8d1e55b5633cb705c0d4d9c6cab6bef1319dbec6.zip
external_llvm-8d1e55b5633cb705c0d4d9c6cab6bef1319dbec6.tar.gz
external_llvm-8d1e55b5633cb705c0d4d9c6cab6bef1319dbec6.tar.bz2
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 d116580..a63c66b 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 ::