mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
improve behaviour on SunOS
This commit is contained in:
@ -1055,6 +1055,11 @@ if test -z "$show_help"; then
|
|||||||
major=
|
major=
|
||||||
versuffix=
|
versuffix=
|
||||||
verstring="0.0"
|
verstring="0.0"
|
||||||
|
case "$version_type" in
|
||||||
|
sunos)
|
||||||
|
versuffix=".0.0"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check to see if the archive will have undefined symbols.
|
# Check to see if the archive will have undefined symbols.
|
||||||
|
Reference in New Issue
Block a user