summaryrefslogtreecommitdiff
path: root/src/template/hpux
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/hpux')
-rw-r--r--src/template/hpux7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/template/hpux b/src/template/hpux
index 50fff80c530..5105a74c78f 100644
--- a/src/template/hpux
+++ b/src/template/hpux
@@ -25,3 +25,10 @@ case $host in
fi
;;
esac
+
+case $host_cpu in
+ ia64)
+ DLSUFFIX=".so";;
+ *)
+ DLSUFFIX=".sl";;
+esac