diff options
author | Andreas Jaeger <aj@suse.de> | 2002-07-08 17:15:20 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-07-08 17:15:20 +0000 |
commit | 09c81ddfd881076ea1a16fcd59bf85c76201854c (patch) | |
tree | 451ea7ff04dc60f6fc8c5d27238bf57e87628b1b /rt | |
parent | 4d8917523f4459ca90e2b1e736b0d8f0ab745ee0 (diff) | |
download | glibc-09c81ddfd881076ea1a16fcd59bf85c76201854c.zip glibc-09c81ddfd881076ea1a16fcd59bf85c76201854c.tar.gz glibc-09c81ddfd881076ea1a16fcd59bf85c76201854c.tar.bz2 |
Update.
2002-07-06 Bruno Haible <bruno@clisp.org>
* 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.
Diffstat (limited to 'rt')
-rw-r--r-- | rt/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rt/Makefile b/rt/Makefile index 5ac4dd4..f14aa3b 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) |