summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-09-08 09:15:09 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-09-08 09:15:09 +0000
commit65ebb58524d91ab48b18c7720de93cdc6dc974ed (patch)
treed0669d7c66c8330134170e8582913970f368208f
parentb09878728fc21fef2a0339785eb1ddb6bc924fa1 (diff)
downloadbcm5719-llvm-65ebb58524d91ab48b18c7720de93cdc6dc974ed.tar.gz
bcm5719-llvm-65ebb58524d91ab48b18c7720de93cdc6dc974ed.zip
Bring back the build of libprofile_rt on Sparc. It is now working correctly. See:
https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-3.3&arch=sparc&ver=1%3A3.3-9&stamp=1378398308 Thanks to Luca Falavigna for the patch llvm-svn: 190273
-rw-r--r--llvm/runtime/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile
index d0e85d58264..6a6c6610a78 100644
--- a/llvm/runtime/Makefile
+++ b/llvm/runtime/Makefile
@@ -14,12 +14,6 @@ ifndef NO_RUNTIME_LIBS
PARALLEL_DIRS := libprofile
-# Disable libprofile: a faulty libtool is generated by autoconf which breaks the
-# build on Sparc
-ifeq ($(ARCH), Sparc)
-PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
-endif
-
ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix))
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
endif
OpenPOWER on IntegriCloud