Home
last modified time | relevance | path

Searched refs:shlibpath (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh9648 shlibpath=$finalize_shlibpath
9649 test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath
9650 if test -n "$shlibpath"; then
9651 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch18514 + # to shlibpath, because on Windows, both are PATH and uninstalled
20513 shlibpath="$finalize_shlibpath"
20514 - test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
20515 + test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
20516 if test -n "$shlibpath"; then
20517 - eval $shlibpath_var=\$shlibpath\$$shlibpath_var
20519 + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
/OK3568_Linux_fs/external/xserver/m4/
H A Dlibtool.m43141 [Is shlibpath searched before the hard-coded library search path?])