mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-20 05:42:16 +08:00
improve behaviour on SunOS
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user