summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xTemplates/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/Templates/configure b/Templates/configure
index 3ee74da..0c57d1a 100755
--- a/Templates/configure
+++ b/Templates/configure
@@ -3173,6 +3173,14 @@ case $system in
CMAKE_AR="$CXX"
CMAKE_AR_ARGS="-xar -o"
fi
+ IRIX*)
+ if test $ac_cv_prog_gxx = yes; then
+ :
+ else
+ echo "Using $CXX -xar -o for creating .a libraries"
+ CMAKE_AR="$CXX"
+ CMAKE_AR_ARGS="-ar -o"
+ fi
esac