Home | History | Annotate | Download | only in libffi

Lines Matching refs:rpath

3633   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
3656 only library objects ('.lo' files) may be specified, and '-rpath' is
6412 rpath=
6672 rpath | xrpath)
6680 if test rpath = "$prev"; then
6681 case "$rpath " in
6683 *) func_append rpath " $arg" ;;
6983 -rpath)
6984 prev=rpath
7912 # Make sure the rpath contains only unique directories.
8487 test -n "$rpath" && \
8488 func_warning "'-rpath' is ignored for archives"
8548 set dummy $rpath
8551 && func_warning "ignoring multiple '-rpath's for a libtool library"
8556 if test -z "$rpath"; then
8864 # If the user specified any rpath flags, then add them.
8900 if test -n "$rpath"; then
9326 rpath=$finalize_rpath
9327 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9328 for libdir in $rpath; do
9356 # Substitute the hardcoded libdirs into the rpath.
9364 rpath=
9366 func_append rpath "$dir:"
9368 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
9873 test -n "$rpath" && \
9874 func_warning "'-rpath' is ignored for objects"
10044 if test -n "$rpath$xrpath"; then
10045 # If the user specified any rpath flags, then add them.
10046 for libdir in $rpath $xrpath; do
10047 # This is the magic to use -rpath.
10056 rpath=
10075 func_append rpath " $flag"
10099 # Substitute the hardcoded libdirs into the rpath.
10103 eval rpath=\" $hardcode_libdir_flag_spec\"
10105 compile_rpath=$rpath
10107 rpath=
10126 func_append rpath " $flag"
10135 # Substitute the hardcoded libdirs into the rpath.
10139 eval rpath=\" $hardcode_libdir_flag_spec\"
10141 finalize_rpath=$rpath
10206 rpath=
10208 func_append rpath "$dir:"
10210 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
10214 rpath=
10216 func_append rpath "$dir:"
10218 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "