Try to get shared libraries to work under Irix 5.x.

ml.sh:
	Try to get shared libraries to work under Irix 5.x.
This commit is contained in:
Fergus Henderson
1995-03-26 14:21:21 +00:00
parent 1558e835ed
commit 6bbe93e85c

View File

@@ -56,6 +56,12 @@ case @FULLARCH@ in
-R@LIBDIR@/lib/$GRADE/@FULLARCH@ -L$LIBDIR/$GRADE/@FULLARCH@
"
;;
*-sgi-irix5*)
LIBDIR_OPTS="
-rpath @LIBDIR@/lib/@FULLARCH@ -L$LIBDIR/@FULLARCH@
-rpath @LIBDIR@/lib/$GRADE/@FULLARCH@
-L$LIBDIR/$GRADE/@FULLARCH@
"
*)
LIBDIR_OPTS="
-L$LIBDIR/@FULLARCH@