With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.
[oota-llvm.git] / projects / sample / Makefile.llvm.config.in
index c7df998b26d34ef11489309aa170f65935164612..c448421f319ad1cf5367db67d9a72ee52e1fbeea 100644 (file)
@@ -262,9 +262,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@