vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define _VX_TOOL_FAMILY and _VX_TOOL to gnu.
2017-06-26 Jerome Lambourg <lambourg@adacore.com> * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define _VX_TOOL_FAMILY and _VX_TOOL to gnu. From-SVN: r249656
This commit is contained in:
parent
952ac94508
commit
0ffdc30078
@ -1,5 +1,10 @@
|
||||
gcc/ChangeLog:
|
||||
|
||||
2017-06-26 Jerome Lambourg <lambourg@adacore.com>
|
||||
|
||||
* config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
|
||||
_VX_TOOL_FAMILY and _VX_TOOL to gnu.
|
||||
|
||||
2017-06-26 Carl Love <cel@us.ibm.com>
|
||||
|
||||
* config/rs6000/rs6000-c.c: Add support for built-in functions
|
||||
|
@ -131,6 +131,8 @@ extern void vxworks_asm_out_destructor (rtx symbol, int priority);
|
||||
builtin_define ("__RTP__"); \
|
||||
else \
|
||||
builtin_define ("_WRS_KERNEL"); \
|
||||
builtin_define ("_VX_TOOL_FAMILY=gnu"); \
|
||||
builtin_define ("_VX_TOOL=gnu"); \
|
||||
} \
|
||||
while (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user