glibc/sysdeps/unix/sysv/linux/s390/Makefile
Ulrich Drepper 1683daeb27 Update.
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.
2004-04-18 02:37:56 +00:00

5 lines
82 B
Makefile

64bit-predefine = __s390x__
ifeq ($(subdir),rt)
librt-routines += rt-sysdep
endif