summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ltmain.sh')
-rw-r--r--ltmain.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ltmain.sh b/ltmain.sh
index bdfdbf88..13b13494 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -2975,6 +2975,12 @@ EOF
versuffix=".$current";
;;
+ qnx)
+ major=".$current"
+ versuffix=".$current"
+ deplibs_check_method="pass_all"
+ ;;
+
irix | nonstopux)
major=`expr $current - $age + 1`