libphobos: Detect if qsort_r is available
commit36d7f1518f347e2cdc21dcfd380e8316df139496
authorJohannes Pfau <johannespfau@gmail.com>
Mon, 18 Feb 2019 23:29:39 +0000 (18 23:29 +0000)
committerIain Buclaw <ibuclaw@gcc.gnu.org>
Mon, 18 Feb 2019 23:29:39 +0000 (18 23:29 +0000)
treeb39c85a4affc15b249d6b9c57cdb3a4c0f2dd256
parent0232a2191b72a57a84c0d9967b7b00bdfdab898e
libphobos: Detect if qsort_r is available

Merges upstream druntime bbfb58e8.

libphobos/ChangeLog:

2019-02-19  Johannes Pfau  <johannespfau@gmail.com>

PR d/88127
* m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_CLIB): Add new macro.
* configure.ac: Use DRUNTIME_LIBRARIES_CLIB.
* configure: Regenerate
* Makefile.in: Regenerate
* libdruntime/gcc/config.d.in: Add Have_Qsort_R.
* libdruntime/Makefile.in: Regenerate.
* src/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.

From-SVN: r268999
libphobos/ChangeLog
libphobos/Makefile.in
libphobos/configure
libphobos/configure.ac
libphobos/libdruntime/MERGE
libphobos/libdruntime/Makefile.in
libphobos/libdruntime/gcc/config.d.in
libphobos/libdruntime/rt/qsort.d
libphobos/m4/druntime/libraries.m4
libphobos/src/Makefile.in
libphobos/testsuite/Makefile.in