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:
parent
b35525489b
commit
65f1047a57
2 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -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"); \
|
||||
|
|
Loading…
Add table
Reference in a new issue