mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
[BZ #562]
2004-12-20 Jakub Jelinek <jakub@redhat.com>, Jim Gifford <giffordj@linkline.com> [BZ #562] * sysdeps/mips/Makefile (librt-sysdep_routines): Add. * sysdeps/unix/mips/rt-sysdep.S: New file.
This commit is contained in:
parent
0dc6e4f9be
commit
97a0830c65
@ -6,3 +6,7 @@ endif
|
|||||||
ifeq ($(subdir),setjmp)
|
ifeq ($(subdir),setjmp)
|
||||||
sysdep_routines += setjmp_aux
|
sysdep_routines += setjmp_aux
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(subdir),rt)
|
||||||
|
librt-sysdep_routines += rt-sysdep
|
||||||
|
endif
|
||||||
|
1
sysdeps/unix/mips/rt-sysdep.S
Normal file
1
sysdeps/unix/mips/rt-sysdep.S
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include <sysdep.S>
|
Loading…
Reference in New Issue
Block a user