Searched refs:compile_rpath (Results 1 – 5 of 5) sorted by relevance
5 This patch removes the extra rpaths ($compile_rpath) so that the49 - case "$compile_rpath " in51 - *) func_append compile_rpath " $absdir" ;;58 + # case "$compile_rpath " in60 + # *) func_append compile_rpath " $absdir" ;;74 - case "$compile_rpath " in76 - *) func_append compile_rpath " $absdir" ;;83 + # case "$compile_rpath " in85 + # *) func_append compile_rpath " $absdir" ;;
17 test relink = "$opt_mode" || rpath=$compile_rpath$rpath32 for libdir in $compile_rpath $finalize_rpath; do
26 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"41 for libdir in $compile_rpath $finalize_rpath; do
19890 case "$compile_rpath " in19892 - *) compile_rpath="$compile_rpath $absdir"19893 + *) func_append compile_rpath " $absdir" ;;19923 case "$compile_rpath " in19925 - *) 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"
6566 compile_rpath=8163 case "$compile_rpath " in8165 *) func_append compile_rpath " $absdir" ;;8237 case "$compile_rpath " in8239 *) func_append compile_rpath " $absdir" ;;9602 test relink = "$opt_mode" || rpath=$compile_rpath$rpath10335 for libdir in $compile_rpath $finalize_rpath; do10451 link_command=$compile_command$compile_rpath10501 link_command=$compile_var$compile_command$compile_rpath10521 link_command=$compile_var$compile_command$compile_rpath[all …]