Clarify the wording of the error message when an obsolete configuration is encountered.

PR 28886
	* config.bfd: Update error message for obsolete configurations.
This commit is contained in:
Nick Clifton
2022-02-28 12:05:30 +00:00
parent 85acc25b30
commit eda240cd35
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2022-02-28 Nick Clifton <nickc@redhat.com>
PR 28886
* config.bfd: Update error message for obsolete configurations.
2022-02-17 Nick Clifton <nickc@redhat.com>
* po/sr.po: Updated Serbian translation.

View File

@ -171,8 +171,8 @@ case $targ in
we32k-*-* | \
xc16x-*-* | \
null)
echo "*** Configuration $targ is obsolete." >&2
echo "*** Support has been REMOVED." >&2
echo "*** Configuration $targ is now obsolete" >&2
echo "*** and so support for it has been REMOVED." >&2
exit 1
;;
esac