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,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. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue