mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-15 05:44:58 +00:00
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:
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user