summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-bsd-cxx.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems-bsd-cxx: Undefine _GNU_SOURCESebastian Huber2020-09-141-0/+1
| | | | | | | | | At least the powerpc C++ compiler defines currently _GNU_SOURCE due to a GCC configuration error. This leads to conflicting qsort_r() definitions. As a workaround undefine _GNU_SOURCE for this C++ compatibility test file. Update #4078.
* Build C++ kernel-space compatibility fileSebastian Huber2019-02-181-2/+3
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-1/+1
| | | | | | | | | | | | | | | | | The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-301-1/+1
|
* rtems-bsd-cxx.cc: Fix include orderSebastian Huber2015-03-061-0/+6
|
* Add file to ensure some C++ compatibilitySebastian Huber2014-09-171-0/+64