vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.

* config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.

From-SVN: r163448
This commit is contained in:
Olivier Hainque 2010-08-21 20:53:16 +00:00 committed by Olivier Hainque
parent b35525489b
commit 65f1047a57
2 changed files with 5 additions and 0 deletions

View 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,

View 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"); \