mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 05:52:40 +00:00
Disable libprofile as it breaks the build on Sparc (autoconf issues).
llvm-svn: 16253
This commit is contained in:
parent
9ca91e92e1
commit
871d4475a9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user