From: Ian Lance Taylor Date: Tue, 7 Jul 1998 20:23:27 +0000 (+0000) Subject: improve behaviour on SunOS X-Git-Tag: gdb-4_18-branchpoint~1642 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac7f389da47a3556fb8ab49d302e6ba2c0569680;p=thirdparty%2Fbinutils-gdb.git improve behaviour on SunOS --- diff --git a/ltmain.sh b/ltmain.sh index 8f8f6fb9081..79061697627 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -1055,6 +1055,11 @@ if test -z "$show_help"; then major= versuffix= verstring="0.0" + case "$version_type" in + sunos) + versuffix=".0.0" + ;; + esac fi # Check to see if the archive will have undefined symbols.