Commit 65f1047a by Olivier Hainque Committed by Olivier Hainque

vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.

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

From-SVN: r163448
parent b3552548
2010-08-21 Olivier Hainque <hainque@adacore.com> 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, * config/rs6000/vxworks.h: (PREFERRED_STACK_BOUNDARY,
ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI. ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
......
...@@ -34,6 +34,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -34,6 +34,7 @@ along with GCC; see the file COPYING3. If not see
do \ do \
{ \ { \
builtin_define ("__ppc"); \ builtin_define ("__ppc"); \
builtin_define ("__PPC__"); \
builtin_define ("__EABI__"); \ builtin_define ("__EABI__"); \
builtin_define ("__ELF__"); \ builtin_define ("__ELF__"); \
builtin_define ("__vxworks"); \ builtin_define ("__vxworks"); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment