diff options
author | Olivier Hainque <hainque@gcc.gnu.org> | 2010-09-27 09:27:21 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@gcc.gnu.org> | 2010-09-27 09:27:21 +0000 |
commit | bda38d2ec113f033da46131143e0b3f395070134 (patch) | |
tree | 2f0f4e570bfc27e5d1c63094130c9872c78f85b0 /gcc | |
parent | f3961bdf99769d7fb9ed66283a6520b519cc8773 (diff) | |
download | gcc-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
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. */ |