Fallback to default CPP spec for C++ on VxWorks
authorOlivier Hainque <hainque@adacore.com>
Tue, 18 Feb 2020 09:59:56 +0000 (09:59 +0000)
committerOlivier Hainque <hainque@adacore.com>
Wed, 14 Oct 2020 17:38:38 +0000 (17:38 +0000)
commitd00f8b405679e2744e7a9789a7a6eaa6e2f21d78
tree41bedb10224ce7584c75960c0a7ead914abbcba0
parent69d6b3f650e73f272766a0c370b246a86c6a8d39
Fallback to default CPP spec for C++ on VxWorks

Arrange to inhibit the effects of CPLUSPLUS_CPP_SPEC in gnu-user.h,
which #defines _GNU_SOURCE, which is invalid for VxWorks (possibly
not providing ::mkstemp, for example).

2020-10-14  Olivier Hainque  <hainque@adacore.com>

gcc/
* config/vxworks.h: #undef CPLUSPLUS_CPP_SPEC.
gcc/config/vxworks.h