mirror of git://sourceware.org/git/glibc.git
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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
#include <sysdep.S>
|
Loading…
Reference in New Issue