summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 0410eedaef..0012cf9d74 100755
--- a/configure
+++ b/configure
@@ -398,6 +398,14 @@ if test $withsharedlibs = "yes"; then
mksharedlib="/usr/ccs/bin/ld -G -o"
shared_libraries_supported=true;;
esac;;
+ mips-sgi-irix[56]*)
+ case "$bytecc" in
+ cc*) sharedcccompopts="";;
+ gcc*) sharedcccompopts="-fPIC";;
+ esac
+ mksharedlib="ld -shared -rdata_shared -o"
+ byteccrpath="-Wl,-rpath,"
+ shared_libraries_supported=true;;
esac
fi