Home
last modified time | relevance | path

Searched refs:compile_rpath (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/
H A Dfixinstall.patch5 This patch removes the extra rpaths ($compile_rpath) so that the
49 - case "$compile_rpath " in
51 - *) func_append compile_rpath " $absdir" ;;
58 + # case "$compile_rpath " in
60 + # *) func_append compile_rpath " $absdir" ;;
74 - case "$compile_rpath " in
76 - *) func_append compile_rpath " $absdir" ;;
83 + # case "$compile_rpath " in
85 + # *) func_append compile_rpath " $absdir" ;;
H A D0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch17 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
32 for libdir in $compile_rpath $finalize_rpath; do
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch26 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
41 for libdir in $compile_rpath $finalize_rpath; do
H A D0009-Use-libtool-2.4.patch19890 case "$compile_rpath " in
19892 - *) compile_rpath="$compile_rpath $absdir"
19893 + *) func_append compile_rpath " $absdir" ;;
19923 case "$compile_rpath " in
19925 - *) compile_rpath="$compile_rpath $absdir"
19926 + *) func_append compile_rpath " $absdir" ;;
20455 - test "$mode" != relink && rpath="$compile_rpath$rpath"
20456 + test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
20981 compile_rpath="$rpath"
/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh6566 compile_rpath=
8163 case "$compile_rpath " in
8165 *) func_append compile_rpath " $absdir" ;;
8237 case "$compile_rpath " in
8239 *) func_append compile_rpath " $absdir" ;;
9602 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
10335 for libdir in $compile_rpath $finalize_rpath; do
10451 link_command=$compile_command$compile_rpath
10501 link_command=$compile_var$compile_command$compile_rpath
10521 link_command=$compile_var$compile_command$compile_rpath
[all …]