mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
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
0141927118
commit
2cc89a4967
@ -6,3 +6,7 @@ endif
|
||||
ifeq ($(subdir),setjmp)
|
||||
sysdep_routines += setjmp_aux
|
||||
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