Home
last modified time | relevance | path

Searched refs:temp_rpath (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh5527 …if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath";…
5530 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5733 …est yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5734 func_to_host_path "$temp_rpath"
6606 temp_rpath=
8151 case $temp_rpath: in
8153 *) func_append temp_rpath "$absdir:" ;;
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch18524 …if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath";…
18789 …est "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
18790 - func_to_host_pathlist "$temp_rpath"
18791 + func_to_host_path "$temp_rpath"
18922 + be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath)
19881 case "$temp_rpath:" in
19883 - *) temp_rpath="$temp_rpath$absdir:" ;;
19884 + *) func_append temp_rpath "$absdir:" ;;