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
@ -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>
|
2010-08-21 Olivier Hainque <hainque@adacore.com>
|
||||||
|
|
||||||
* config/rs6000/vxworks.h: (PREFERRED_STACK_BOUNDARY,
|
* config/rs6000/vxworks.h: (PREFERRED_STACK_BOUNDARY,
|
||||||
|
@ -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"); \
|
||||||
|
Loading…
Reference in New Issue
Block a user