diff options
author | Olivier Hainque <hainque@adacore.com> | 2021-12-07 16:46:02 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@adacore.com> | 2021-12-13 18:03:17 +0000 |
commit | 20a0e2721a9d24316d73cf631b3ca375f196d5cf (patch) | |
tree | 501c89ca9d8eeeea56a858ae21c78f6565539f14 /libgcc | |
parent | 4099d6501e3526ca8d1d01e904f42b83c6824674 (diff) | |
download | gcc-20a0e2721a9d24316d73cf631b3ca375f196d5cf.zip gcc-20a0e2721a9d24316d73cf631b3ca375f196d5cf.tar.gz gcc-20a0e2721a9d24316d73cf631b3ca375f196d5cf.tar.bz2 |
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.
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/config.host | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index a94f4bf..5719c46 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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" ;; |