aboutsummaryrefslogtreecommitdiff
path: root/libphobos/testsuite
diff options
context:
space:
mode:
authorJohannes Pfau <johannespfau@gmail.com>2019-02-18 23:29:39 +0000
committerIain Buclaw <ibuclaw@gcc.gnu.org>2019-02-18 23:29:39 +0000
commit36d7f1518f347e2cdc21dcfd380e8316df139496 (patch)
treeb39c85a4affc15b249d6b9c57cdb3a4c0f2dd256 /libphobos/testsuite
parent0232a2191b72a57a84c0d9967b7b00bdfdab898e (diff)
downloadgcc-36d7f1518f347e2cdc21dcfd380e8316df139496.zip
gcc-36d7f1518f347e2cdc21dcfd380e8316df139496.tar.gz
gcc-36d7f1518f347e2cdc21dcfd380e8316df139496.tar.bz2
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
Diffstat (limited to 'libphobos/testsuite')
-rw-r--r--libphobos/testsuite/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libphobos/testsuite/Makefile.in b/libphobos/testsuite/Makefile.in
index 205b673..78107d2 100644
--- a/libphobos/testsuite/Makefile.in
+++ b/libphobos/testsuite/Makefile.in
@@ -159,6 +159,7 @@ DCFG_ARM_EABI_UNWINDER = @DCFG_ARM_EABI_UNWINDER@
DCFG_HAVE_64BIT_ATOMICS = @DCFG_HAVE_64BIT_ATOMICS@
DCFG_HAVE_ATOMIC_BUILTINS = @DCFG_HAVE_ATOMIC_BUILTINS@
DCFG_HAVE_LIBATOMIC = @DCFG_HAVE_LIBATOMIC@
+DCFG_HAVE_QSORT_R = @DCFG_HAVE_QSORT_R@
DCFG_MINFO_BRACKETING = @DCFG_MINFO_BRACKETING@
DCFG_THREAD_MODEL = @DCFG_THREAD_MODEL@
DEFS = @DEFS@