• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/

Lines Matching refs:rpath

369 hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
375 # Whether we need a single "-rpath" flag with a separated argument.
2853 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2876 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5570 rpath=
5824 rpath | xrpath)
5832 if test "$prev" = rpath; then
5833 case "$rpath " in
5835 *) rpath+=" $arg" ;;
6129 -rpath)
6130 prev=rpath
7057 # Make sure the rpath contains only unique directories.
7632 test -n "$rpath" && \
7633 func_warning "\`-rpath' is ignored for archives"
7693 set dummy $rpath
7696 func_warning "ignoring multiple \`-rpath's for a libtool library"
7701 if test -z "$rpath"; then
7996 # If the user specified any rpath flags, then add them.
8032 if test -n "$rpath"; then
8453 rpath="$finalize_rpath"
8454 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8455 for libdir in $rpath; do
8483 # Substitute the hardcoded libdirs into the rpath.
8495 rpath=
8497 rpath+="$dir:"
8499 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
9003 test -n "$rpath" && \
9004 func_warning "\`-rpath' is ignored for objects"
9176 if test -n "$rpath$xrpath"; then
9177 # If the user specified any rpath flags, then add them.
9178 for libdir in $rpath $xrpath; do
9179 # This is the magic to use -rpath.
9188 rpath=
9207 rpath+=" $flag"
9231 # Substitute the hardcoded libdirs into the rpath.
9235 eval rpath=\" $hardcode_libdir_flag_spec\"
9237 compile_rpath="$rpath"
9239 rpath=
9258 rpath+=" $flag"
9267 # Substitute the hardcoded libdirs into the rpath.
9271 eval rpath=\" $hardcode_libdir_flag_spec\"
9273 finalize_rpath="$rpath"
9340 rpath=
9342 rpath+="$dir:"
9344 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
9348 rpath=
9350 rpath+="$dir:"
9352 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
10144 # Whether we need a single "-rpath" flag with a separated argument.