mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 21:45:16 +00:00
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;
that is totally bogus. llvm-svn: 79512
This commit is contained in:
parent
d08139d918
commit
4889837fc6
@ -10,16 +10,7 @@
|
||||
LEVEL = ..
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
ifneq ($(wildcard $(LLVMGCC)),)
|
||||
PARALLEL_DIRS := libprofile
|
||||
else
|
||||
PARALLEL_DIRS :=
|
||||
install all ::
|
||||
@echo '********' Warning: Your LLVMGCCDIR is set incorrectly. Check
|
||||
@echo '********' Warning: llvm/Makefile.config to make sure it matches
|
||||
@echo '********' Warning: the directory where the C front-end is
|
||||
@echo '********' Warning: installed,and re-run configure if it does not.
|
||||
endif
|
||||
|
||||
# Disable libprofile: a faulty libtool is generated by autoconf which breaks the
|
||||
# build on Sparc
|
||||
@ -29,7 +20,5 @@ endif
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
|
||||
#
|
||||
install::
|
||||
|
||||
|
@ -14,6 +14,5 @@ LOADABLE_MODULE = 1
|
||||
LIBRARYNAME = profile_rt
|
||||
EXTRA_DIST = exported_symbols.lst
|
||||
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/exported_symbols.lst
|
||||
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
Loading…
Reference in New Issue
Block a user