mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 10:50:51 +08:00
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
@ -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…
x
Reference in New Issue
Block a user