Commit bda38d2e by Olivier Hainque

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
parent f3961bdf
...@@ -44,7 +44,9 @@ along with GCC; see the file COPYING3. If not see ...@@ -44,7 +44,9 @@ along with GCC; see the file COPYING3. If not see
\ \
/* C89 namespace violation! */ \ /* C89 namespace violation! */ \
builtin_define ("CPU_FAMILY=PPC"); \ builtin_define ("CPU_FAMILY=PPC"); \
} \ \
VXWORKS_OS_CPP_BUILTINS (); \
} \
while (0) while (0)
/* Only big endian PPC is supported by VxWorks. */ /* Only big endian PPC is supported by VxWorks. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment