diff options
-rw-r--r-- | src/makefiles/Makefile.irix5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.irix5 b/src/makefiles/Makefile.irix5 index dd297c84ab6..0aa79e28c95 100644 --- a/src/makefiles/Makefile.irix5 +++ b/src/makefiles/Makefile.irix5 @@ -1,6 +1,7 @@ # RANLIB is not used on IRIX 5 RANLIB= touch +MK_NO_LORDER= true %.so: %.o $(LD) -G -Bdynamic -shared -o $@ $< |