diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/vxworks.h | 4 |
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. */ |