2014-07-29 Olivier Hainque <hainque@adacore.com>
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jul 2014 16:35:24 +0000 (16:35 +0000)
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jul 2014 16:35:24 +0000 (16:35 +0000)
        * config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213219 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/vxworksae.h

index 891fc92..1bc809f 100644 (file)
@@ -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
index 02b89f7..8f82026 100644 (file)
@@ -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);