From 09c81ddfd881076ea1a16fcd59bf85c76201854c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 8 Jul 2002 17:15:20 +0000 Subject: Update. 2002-07-06 Bruno Haible * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7. * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build. * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H, not _UTSNAME_H. * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise. * sysdeps/generic/bits/stropts.h: Protect against direct inclusion. * sysdeps/generic/bits/ustat.h: Likewise. * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048. --- rt/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'rt/Makefile') diff --git a/rt/Makefile b/rt/Makefile index 5ac4dd4f63..f14aa3b585 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -38,9 +38,10 @@ librt-routines = $(aio-routines) \ $(clock-routines) $(timer-routines) \ $(shm-routines) -tests := tst-shm tst-clock tst-timer \ - tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 \ - tst-aio7 +tests := tst-shm tst-clock tst-timer +ifeq ($(have-thread-library),yes) +tests += tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 +endif extra-libs := librt extra-libs-others := $(extra-libs) -- cgit v1.2.3