Skip to content
Snippets Groups Projects
Commit c49e72a9 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Irix 6.x ld has -rpath.

Rev: bin/smartlink:1.19
parent b67fbdb3
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,9 @@ if test x$# != x0 ; then
OSF1\ V4.*)
LDOPTS="$LDOPTS -rpath $RPATH"
;;
IRIX\ 6.*)
LDOPTS="$LDOPTS -rpath $RPATH"
;;
SunOS\ 5.*)
LDOPTS="$LDOPTS -R$RPATH"
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment