aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@gcc.gnu.org>2010-09-27 09:27:21 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2010-09-27 09:27:21 +0000
commitbda38d2ec113f033da46131143e0b3f395070134 (patch)
tree2f0f4e570bfc27e5d1c63094130c9872c78f85b0
parentf3961bdf99769d7fb9ed66283a6520b519cc8773 (diff)
downloadgcc-bda38d2ec113f033da46131143e0b3f395070134.zip
gcc-bda38d2ec113f033da46131143e0b3f395070134.tar.gz
gcc-bda38d2ec113f033da46131143e0b3f395070134.tar.bz2
vxworks.h (TARGET_OS_CPP_BUILTINS): Call VXWORKS_OS_CPP_BUILTINS.
* config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Call VXWORKS_OS_CPP_BUILTINS. From-SVN: r164646
-rw-r--r--gcc/config/rs6000/vxworks.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/rs6000/vxworks.h b/gcc/config/rs6000/vxworks.h
index c119814..1b23835 100644
--- a/gcc/config/rs6000/vxworks.h
+++ b/gcc/config/rs6000/vxworks.h
@@ -44,7 +44,9 @@ along with GCC; see the file COPYING3. If not see
\
/* C89 namespace violation! */ \
builtin_define ("CPU_FAMILY=PPC"); \
- } \
+ \
+ VXWORKS_OS_CPP_BUILTINS (); \
+ } \
while (0)
/* Only big endian PPC is supported by VxWorks. */