From bda38d2ec113f033da46131143e0b3f395070134 Mon Sep 17 00:00:00 2001 From: Olivier Hainque Date: Mon, 27 Sep 2010 09:27:21 +0000 Subject: [PATCH] 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 --- gcc/config/rs6000/vxworks.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/config/rs6000/vxworks.h b/gcc/config/rs6000/vxworks.h index c1198141088e..1b23835959f6 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. */