summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-08 20:30:26 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-08 20:30:26 +0000
commit6f22256a38ffe614d3e6a18dcadefc759acd4ddb (patch)
treeb10484b402bceb9c6b23389c2fbb541ef644e25a /runtime
parentac09e25b581e472c350973b1e4ecf1f2724d8809 (diff)
downloadllvm-6f22256a38ffe614d3e6a18dcadefc759acd4ddb.tar.gz
llvm-6f22256a38ffe614d3e6a18dcadefc759acd4ddb.tar.bz2
llvm-6f22256a38ffe614d3e6a18dcadefc759acd4ddb.tar.xz
Disable libprofile as it breaks the build on Sparc (autoconf issues).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16253 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 3ddf2bdf43..5910b3aa03 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -21,6 +21,12 @@ install all ::
@echo '********' Warning: and re-run configure if it does not.
endif
+# 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
+
include $(LEVEL)/Makefile.common
# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs