]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
authorOlivier Hainque <hainque@adacore.com>
Tue, 29 Jul 2014 16:35:24 +0000 (16:35 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Tue, 29 Jul 2014 16:35:24 +0000 (16:35 +0000)
2014-07-29  Olivier Hainque  <hainque@adacore.com>

        * config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.

From-SVN: r213219

gcc/ChangeLog
gcc/config/vxworksae.h

index 891fc92e9b830a2ed3ad3de57013feabbb6879d3..1bc809f0ca3961174e4b3361f57bcd7071fea68f 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 02b89f7db008a8328d1ae064b9f3d8657ce3fcdc..8f82026d58b4b852f059231cfe9b745b5a73bd5f 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);