vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
2014-07-29 Olivier Hainque <hainque@adacore.com> * config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define. From-SVN: r213219
This commit is contained in:
parent
36a6636545
commit
212c47b4de
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-07-29 Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
* config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
|
||||
|
||||
2014-07-29 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR bootstrap/61914
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue