Skip to content

Commit

Permalink
Remove cruft for installing runtime/ libraries directly into the LLVM…
Browse files Browse the repository at this point in the history
…GCCDIR;

that is totally bogus.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79512 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Aug 20, 2009
1 parent 38eee3c commit 7dadba3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,7 +20,5 @@ endif

include $(LEVEL)/Makefile.common

# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
#
install::

1 change: 0 additions & 1 deletion runtime/libprofile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7dadba3

Please sign in to comment.