From: hainque Date: Mon, 26 Jun 2017 15:17:44 +0000 (+0000) Subject: 2017-06-26 Jerome Lambourg X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8eef108d213b65e7fbe7a1dc92c49773e518e250;p=thirdparty%2Fgcc.git 2017-06-26 Jerome Lambourg * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define _VX_TOOL_FAMILY and _VX_TOOL to gnu. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249656 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 96a0f5c5580f..688df0d8c74a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ gcc/ChangeLog: +2017-06-26 Jerome Lambourg + + * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define + _VX_TOOL_FAMILY and _VX_TOOL to gnu. + 2017-06-26 Carl Love * config/rs6000/rs6000-c.c: Add support for built-in functions diff --git a/gcc/config/vxworks.h b/gcc/config/vxworks.h index 8a18aff4d783..d16c84d4259a 100644 --- a/gcc/config/vxworks.h +++ b/gcc/config/vxworks.h @@ -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)