summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-02-28 16:16:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-02-28 16:16:51 +0000
commitfc6cc0edd6589a01f53d497e3c3e4bf8b290f7e2 (patch)
tree37982aeff94037a18a5d81da63e4ce2ed877bbe9 /Makefile.config.in
parent128237d0c70c45664c51fb98a9e8e0bee4cd9211 (diff)
downloadllvm-fc6cc0edd6589a01f53d497e3c3e4bf8b290f7e2.tar.gz
llvm-fc6cc0edd6589a01f53d497e3c3e4bf8b290f7e2.tar.bz2
llvm-fc6cc0edd6589a01f53d497e3c3e4bf8b290f7e2.tar.xz
With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202510 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 7633be29da..cf6a4f14d7 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -345,9 +345,6 @@ ENABLE_TIMESTAMPS := @ENABLE_TIMESTAMPS@
# Enable JIT for this platform
TARGET_HAS_JIT = @TARGET_HAS_JIT@
-# Environment variable to set to change the runtime shared library search path.
-SHLIBPATH_VAR = @SHLIBPATH_VAR@
-
# Shared library extension for host platform.
SHLIBEXT = @SHLIBEXT@