aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-20 05:02:41 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-20 05:02:41 +0000
commit98e88e9ef316d7d6d39c2e700214ce0ccb91b791 (patch)
treee2cdacc33d9eda6c2aac2e0f587f273d6b43885e /runtime
parent9ca98ce7ad8adff409b78198a9cbf9126abb5fec (diff)
downloadexternal_llvm-98e88e9ef316d7d6d39c2e700214ce0ccb91b791.zip
external_llvm-98e88e9ef316d7d6d39c2e700214ce0ccb91b791.tar.gz
external_llvm-98e88e9ef316d7d6d39c2e700214ce0ccb91b791.tar.bz2
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;
that is totally bogus. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79512 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile11
-rw-r--r--runtime/libprofile/Makefile1
2 files changed, 0 insertions, 12 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 9937c11..a1b89af 100644
--- a/runtime/Makefile
+++ b/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/runtime/libprofile/Makefile b/runtime/libprofile/Makefile
index 8ff46fa..9f601c4 100644
--- a/runtime/libprofile/Makefile
+++ b/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