Home
last modified time | relevance | path

Searched refs:inst_prefix_dir (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0013-Don-t-search-host-directory-during-relink-if-inst_pr.patch28 if test -n "$inst_prefix_dir"; then
31 - add_dir="$add_dir -L$inst_prefix_dir$libdir"
32 + add_dir="-L$inst_prefix_dir$libdir"
/OK3568_Linux_fs/buildroot/support/libtool/
H A Dbuildroot-libtool-v2.4.patch18 - test "$inst_prefix_dir" = "$destdir" && \
23 + # test "$inst_prefix_dir" = "$destdir" && \
26 if test -n "$inst_prefix_dir"; then
27 # Stick the inst_prefix_dir data into the link command.
H A Dbuildroot-libtool-v1.5.patch78 - if test "$inst_prefix_dir" = "$destdir"; then
85 + # if test "$inst_prefix_dir" = "$destdir"; then
90 if test -n "$inst_prefix_dir"; then
91 # Stick the inst_prefix_dir data into the link command.
H A Dbuildroot-libtool-v2.4.4.patch23 - test "$inst_prefix_dir" = "$destdir" && \
29 + #test "$inst_prefix_dir" = "$destdir" && \
32 if test -n "$inst_prefix_dir"; then
33 # Stick the inst_prefix_dir data into the link command.
H A Dbuildroot-libtool-v2.2.patch18 - test "$inst_prefix_dir" = "$destdir" && \
23 + # test "$inst_prefix_dir" = "$destdir" && \
26 if test -n "$inst_prefix_dir"; then
27 # Stick the inst_prefix_dir data into the link command.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/
H A D0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch32 - inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
33 + inst_prefix_dir=`$ECHO "X$s_destdir" | $Xsed -e "s%$destlibdir\$%%"`
H A D0003-ltmain.in-Add-missing-sysroot-to-library-path.patch24 if test -n "$inst_prefix_dir"; then
/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh4326 inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
4334 test "$inst_prefix_dir" = "$destdir" && \
4337 if test -n "$inst_prefix_dir"; then
4339 …k_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
6578 inst_prefix_dir=
6747 inst_prefix_dir=$arg
8355 if test -n "$inst_prefix_dir"; then
8358 func_append add_dir " -L$inst_prefix_dir$libdir"
8418 if test -n "$inst_prefix_dir" &&
8419 test -f "$inst_prefix_dir$libdir/$linklib"; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch18014 - inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
18015 + inst_prefix_dir=`$ECHO "X$s_destdir" | $Xsed -e "s%$destlibdir\$%%"`
19967 if test -n "$inst_prefix_dir"; then
19970 - add_dir="$add_dir -L$inst_prefix_dir$libdir"
19971 + func_append add_dir " -L$inst_prefix_dir$libdir"
20016 if test -n "$inst_prefix_dir"; then
20019 - add_dir="$add_dir -L$inst_prefix_dir$libdir"
20020 + func_append add_dir " -L$inst_prefix_dir$libdir"