aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/vxworks.h
diff options
context:
space:
mode:
authorJerome Lambourg <lambourg@adacore.com>2017-06-26 15:17:44 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2017-06-26 15:17:44 +0000
commit0ffdc300784ca80b28639f6d276b48a3dc6138b1 (patch)
tree907218408a6e43e1b3da7185b8952e897d640374 /gcc/config/vxworks.h
parent952ac945082412d2fe01e087f3969ecb9ad7f87f (diff)
downloadgcc-0ffdc300784ca80b28639f6d276b48a3dc6138b1.zip
gcc-0ffdc300784ca80b28639f6d276b48a3dc6138b1.tar.gz
gcc-0ffdc300784ca80b28639f6d276b48a3dc6138b1.tar.bz2
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
Diffstat (limited to 'gcc/config/vxworks.h')
-rw-r--r--gcc/config/vxworks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/vxworks.h b/gcc/config/vxworks.h
index 8a18aff..d16c84d 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)