Remove special case for arm-vxworks on the use of vxcrtstuff

Not needed any more after the recent cleanups issued for the
support of shared libraries.

2021-12-13  Olivier Hainque  <hainque@adacore.com>

libgcc/
	* config.host (*vxworks*): Remove special case for
	arm on the use of vxcrtstuff.
This commit is contained in:
Olivier Hainque 2021-12-07 16:46:02 +00:00
parent 4099d6501e
commit 20a0e2721a
1 changed files with 1 additions and 4 deletions

View File

@ -336,11 +336,8 @@ case ${host} in
;;
esac
# Except on ARM where we do not use DWARF, table based EH on VxWorks
# relies on specially crafted crtstuff files
# VxWorks ports rely on specially crafted crtstuff files
case ${host} in
arm-*-vxworks*)
;;
*-*-vxworks*)
tmake_file="${tmake_file} t-vxcrtstuff"
;;