aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-07-07 20:23:27 +0000
committerIan Lance Taylor <ian@airs.com>1998-07-07 20:23:27 +0000
commitac7f389da47a3556fb8ab49d302e6ba2c0569680 (patch)
treea362b287533dad3a43b37b1a0e3b084a18df902d
parent99e9c6f741ee7022432ffa600c6c7e5612063ab5 (diff)
downloadgdb-ac7f389da47a3556fb8ab49d302e6ba2c0569680.zip
gdb-ac7f389da47a3556fb8ab49d302e6ba2c0569680.tar.gz
gdb-ac7f389da47a3556fb8ab49d302e6ba2c0569680.tar.bz2
improve behaviour on SunOS
-rw-r--r--ltmain.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ltmain.sh b/ltmain.sh
index 8f8f6fb..7906169 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.