]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
authorOlivier Hainque <hainque@adacore.com>
Sat, 21 Aug 2010 20:53:16 +0000 (20:53 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Sat, 21 Aug 2010 20:53:16 +0000 (20:53 +0000)
        * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.

From-SVN: r163448

gcc/ChangeLog
gcc/config/rs6000/vxworks.h

index 8b44f8f7f2c35b5cd01fb7724aa5b07b3af22117..b675f74127882cc5bfacb13a381271a9e8f2cf14 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-21  Olivier Hainque  <hainque@adacore.com>
+
+       * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
+
 2010-08-21  Olivier Hainque  <hainque@adacore.com>
 
        * config/rs6000/vxworks.h:  (PREFERRED_STACK_BOUNDARY,
index d2aecec559f0bf251e6b08348ba58b85f87166d2..c1198141088eaa91ba3d1da1a3d3eb8d0634411b 100644 (file)
@@ -34,6 +34,7 @@ along with GCC; see the file COPYING3.  If not see
   do                                           \
     {                                          \
       builtin_define ("__ppc");                        \
+      builtin_define ("__PPC__");              \
       builtin_define ("__EABI__");             \
       builtin_define ("__ELF__");              \
       builtin_define ("__vxworks");            \