diff options
author | hainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-29 16:35:24 +0000 |
---|---|---|
committer | hainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-29 16:35:24 +0000 |
commit | 7cdc5d3a693e3ce1e5c1a16f2ae2b37f76e08fdd (patch) | |
tree | 5cb14493c22a600577dc82b8154b211d198d0eba /gcc/config/vxworksae.h | |
parent | 777856ccbc78c3129c406acb5bafc11ce5013b4d (diff) | |
download | gcc-7cdc5d3a693e3ce1e5c1a16f2ae2b37f76e08fdd.tar.gz |
2014-07-29 Olivier Hainque <hainque@adacore.com>
* config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213219 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vxworksae.h')
-rw-r--r-- | gcc/config/vxworksae.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/vxworksae.h b/gcc/config/vxworksae.h index 02b89f7db00..8f82026d58b 100644 --- a/gcc/config/vxworksae.h +++ b/gcc/config/vxworksae.h @@ -68,3 +68,7 @@ along with GCC; see the file COPYING3. If not see } \ while (0) +/* Do VxWorks-specific parts of TARGET_OPTION_OVERRIDE. */ +#undef VXWORKS_OVERRIDE_OPTIONS +#define VXWORKS_OVERRIDE_OPTIONS vxworks_override_options () +extern void vxworks_override_options (void); |