mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 10:50:07 +00:00
1683daeb27
2004-04-17 Jakub Jelinek <jakub@redhat.com> * rt/Makefile (tests): Add tst-mqueue8. * rt/tst-mqueue8.c: New test. * sysdeps/unix/sysv/linux/s390/Makefile (librt-routines): Add rt-sysdep. * sysdeps/unix/sysv/linux/s390/rt-sysdep.S: New file.
5 lines
82 B
Makefile
5 lines
82 B
Makefile
64bit-predefine = __s390x__
|
|
ifeq ($(subdir),rt)
|
|
librt-routines += rt-sysdep
|
|
endif
|