Searched refs:compiler_lib_search_path (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils-2.17/ |
H A D | ltcf-cxx.sh | 967 if test -z "$compiler_lib_search_path"; then 968 compiler_lib_search_path="${prev}${p}" 970 compiler_lib_search_path="${compiler_lib_search_path} ${prev}${p}"
|
H A D | ltconfig | 227 compiler_lib_search_path= 2463 compiler_lib_search_path=$compiler_lib_search_path
|
H A D | ltmain.sh | 1631 libs="$predeps $libs $compiler_lib_search_path $postdeps"
|
/openbsd-src/gnu/usr.bin/binutils/ |
H A D | ltcf-cxx.sh | 964 if test -z "$compiler_lib_search_path"; then 965 compiler_lib_search_path="${prev}${p}" 967 compiler_lib_search_path="${compiler_lib_search_path} ${prev}${p}"
|
H A D | ltconfig | 227 compiler_lib_search_path= 2440 compiler_lib_search_path=$compiler_lib_search_path
|
H A D | ltmain.sh | 1631 libs="$predeps $libs $compiler_lib_search_path $postdeps"
|
/openbsd-src/gnu/lib/libstdc++/ |
H A D | ltcf-cxx.sh | 983 if test -z "$compiler_lib_search_path"; then 984 compiler_lib_search_path="${prev}${p}" 986 compiler_lib_search_path="${compiler_lib_search_path} ${prev}${p}"
|
H A D | ltconfig | 227 compiler_lib_search_path= 2436 compiler_lib_search_path=$compiler_lib_search_path
|
H A D | ltmain.sh | 1631 libs="$predeps $libs $compiler_lib_search_path $postdeps"
|
/openbsd-src/usr.sbin/unbound/ |
H A D | aclocal.m4 | 7491 _LT_TAGVAR(compiler_lib_search_path, $1)= 7588 if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then 7589 _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p 7591 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p" 7662 if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then 7663 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` 7673 _LT_TAGDECL([], [compiler_lib_search_path], [1],
|
H A D | ltmain.sh | 7780 libs="$predeps $libs $compiler_lib_search_path $postdeps" 8944 case " $predeps $postdeps $compiler_lib_search_path " in
|