Skip to content

Commit

Permalink
Disable libprofile as it breaks the build on Sparc (autoconf issues).
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16253 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
mbrukman committed Sep 8, 2004
1 parent ac09e25 commit 6f22256
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f22256

Please sign in to comment.