mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
f3961bdf99
commit
bda38d2ec1
|
|
@ -44,6 +44,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
\
|
||||
/* C89 namespace violation! */ \
|
||||
builtin_define ("CPU_FAMILY=PPC"); \
|
||||
\
|
||||
VXWORKS_OS_CPP_BUILTINS (); \
|
||||
} \
|
||||
while (0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue