Kaydet (Commit) 091ec2cf authored tarafından Fred Drake's avatar Fred Drake

Add support for FreeBSD --rpath linker option; this is equivalent to

-R on Solaris and -rpath on IRIX.

This closes SourceForge bug #110613 (Jitterbug PR#202), reported by
<aa8vb@yahoo.com>.
üst 2c57e076
......@@ -143,6 +143,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
-[IDUCf]*) cpps="$cpps $arg";;
-Xlinker) libs="$libs $arg"; skip=libs;;
-rpath) libs="$libs $arg"; skip=libs;;
--rpath) libs="$libs $arg"; skip=libs;;
-[A-Zl]*) libs="$libs $arg";;
*.a) libs="$libs $arg";;
*.so) libs="$libs $arg";;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment