aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@adacore.com>2010-08-21 20:53:16 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2010-08-21 20:53:16 +0000
commit65f1047a5743f6a0d4bb378ddbe5c8789c93c6ec (patch)
treefdf79e2f1be9dcaf40e1472f1c88f21931353312 /gcc/config
parentb35525489b7c3a096f6e644c3cfeb8dedb712996 (diff)
downloadgcc-65f1047a5743f6a0d4bb378ddbe5c8789c93c6ec.zip
gcc-65f1047a5743f6a0d4bb378ddbe5c8789c93c6ec.tar.gz
gcc-65f1047a5743f6a0d4bb378ddbe5c8789c93c6ec.tar.bz2
vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
* config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__. From-SVN: r163448
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/rs6000/vxworks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/vxworks.h b/gcc/config/rs6000/vxworks.h
index d2aecec..c119814 100644
--- a/gcc/config/rs6000/vxworks.h
+++ b/gcc/config/rs6000/vxworks.h
@@ -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"); \