diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-08-20 05:02:41 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-20 05:02:41 +0000 |
| commit | c2fdebe8af15c153da3506504f4daa9e0859ff4c (patch) | |
| tree | 35082d6d70ca3cb807d1e045fd7dbf0d6ef6866d /llvm/runtime | |
| parent | e95b439cc328ff925187f43eb49e26acd8089a3e (diff) | |
| download | bcm5719-llvm-c2fdebe8af15c153da3506504f4daa9e0859ff4c.tar.gz bcm5719-llvm-c2fdebe8af15c153da3506504f4daa9e0859ff4c.zip | |
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;
that is totally bogus.
llvm-svn: 79512
Diffstat (limited to 'llvm/runtime')
| -rw-r--r-- | llvm/runtime/Makefile | 11 | ||||
| -rw-r--r-- | llvm/runtime/libprofile/Makefile | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile index 9937c11e3bc..a1b89af3780 100644 --- a/llvm/runtime/Makefile +++ b/llvm/runtime/Makefile @@ -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:: diff --git a/llvm/runtime/libprofile/Makefile b/llvm/runtime/libprofile/Makefile index 8ff46fabdd1..9f601c47294 100644 --- a/llvm/runtime/libprofile/Makefile +++ b/llvm/runtime/libprofile/Makefile @@ -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 |

