Disable libprofile as it breaks the build on Sparc (autoconf issues).
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 8 Sep 2004 20:30:26 +0000 (20:30 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 8 Sep 2004 20:30:26 +0000 (20:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16253 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/Makefile

index 3ddf2bdf43b04c4e19abd1941016222f0c3e31ef..5910b3aa037cff77560b347e0a4bf7c81dfad9d6 100644 (file)
@@ -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