diff options
author | hainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-19 08:19:04 +0000 |
---|---|---|
committer | hainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-19 08:19:04 +0000 |
commit | ef90f3f383cae943e66103de3e5d11f4057530b6 (patch) | |
tree | f253a9c916975c06d0de4b9d41d77efb026f1d2e /gcc/config.gcc | |
parent | 6c352a95f2f5ba43e4d2a24893300f052009ca8f (diff) | |
download | gcc-ef90f3f383cae943e66103de3e5d11f4057530b6.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215378 138bc75d-0d04-0410-961f-82ee72b054a4
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 0b8d7716eb4..0e50e9aa3f6 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 |