mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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
This commit is contained in:
parent
ac09e25b58
commit
6f22256a38
@ -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…
Reference in New Issue
Block a user