From fc6cc0edd6589a01f53d497e3c3e4bf8b290f7e2 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 28 Feb 2014 16:16:51 +0000 Subject: 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 --- Makefile.config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.config.in') 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@ -- cgit v1.2.3