Remove the llvm lib directory from LD_LIBRARY_PATH on unixy systems

Doesn't seem like this has been required for a while. I don't know enough
about the windows build to try to touch that.
This commit is contained in:
Brian Anderson 2011-07-07 15:18:50 -07:00
parent 2c234fdc97
commit 4e45e58c61
1 changed files with 2 additions and 3 deletions

View File

@ -77,10 +77,9 @@ ifdef CFG_UNIXY
CFG_PATH_MUNGE := true
CFG_EXE_SUFFIX :=
CFG_LDPATH :=$(CFG_LLVM_LIBDIR)
CFG_RUN_TARG=$(CFG_LDENV)=$(CFG_BUILD_DIR)/$(1)/lib:$(CFG_LDPATH) $(2)
CFG_RUN_TARG=$(CFG_LDENV)=$(CFG_BUILD_DIR)/$(1)/lib $(2)
CFG_RUN_TEST=\
$(CFG_LDENV)=$(call CFG_TESTLIB,$(1)):$(CFG_LDPATH) \
$(CFG_LDENV)=$(call CFG_TESTLIB,$(1)) \
$(CFG_VALGRIND) $(1)
ifdef CFG_ENABLE_MINGW_CROSS