diff options
Diffstat (limited to 'ltmain.sh')
-rw-r--r-- | ltmain.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2975,6 +2975,12 @@ EOF versuffix=".$current"; ;; + qnx) + major=".$current" + versuffix=".$current" + deplibs_check_method="pass_all" + ;; + irix | nonstopux) major=`expr $current - $age + 1` |