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

Now sets the run-path on Irix 5.

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