]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove special case for arm-vxworks on the use of vxcrtstuff
authorOlivier Hainque <hainque@adacore.com>
Tue, 7 Dec 2021 16:46:02 +0000 (16:46 +0000)
committerOlivier Hainque <hainque@adacore.com>
Mon, 13 Dec 2021 18:03:17 +0000 (18:03 +0000)
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.

libgcc/config.host

index a94f4bf41dbca4d31f81401244d83e9476d07512..5719c468705a3c0d576b831911b0bb63450febe1 100644 (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"
   ;;