diff options
author | Olivier Hainque <hainque@adacore.com> | 2014-09-19 08:19:04 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@gcc.gnu.org> | 2014-09-19 08:19:04 +0000 |
commit | 4ce351defb1341067c91b0a3f1c204e791fba71d (patch) | |
tree | f253a9c916975c06d0de4b9d41d77efb026f1d2e /gcc/config.gcc | |
parent | 3a8fe7c66071360f038334bca1bf9fd06d93ea03 (diff) | |
download | gcc-4ce351defb1341067c91b0a3f1c204e791fba71d.zip gcc-4ce351defb1341067c91b0a3f1c204e791fba71d.tar.gz gcc-4ce351defb1341067c91b0a3f1c204e791fba71d.tar.bz2 |
vxworksae.h: Remove obsolete definitions.
2014-09-19 Olivier Hainque <hainque@adacore.com>
* config/i386/vxworksae.h: Remove obsolete definitions.
(STACK_CHECK_PROTECT): Define.
* config/i386/vx-common.h: Remove. Merge contents within
config/i386/vxworks.h.
* config.gcc (i?86-vxworks*): Use i386/vxworks.h instead of
i386/vx-common.h.
From-SVN: r215378
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 0b8d771..0e50e9a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1556,11 +1556,11 @@ i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae) tm_file="${tm_file} i386/unix.h i386/att.h elfos.h vx-common.h" case ${target} in *-vxworksae*) - tm_file="${tm_file} vxworksae.h i386/vx-common.h i386/vxworksae.h" + tm_file="${tm_file} vxworksae.h i386/vxworks.h i386/vxworksae.h" tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae" ;; *) - tm_file="${tm_file} vxworks.h i386/vx-common.h i386/vxworks.h" + tm_file="${tm_file} vxworks.h i386/vxworks.h" tmake_file="${tmake_file} i386/t-vxworks" ;; esac |