mirror of git://sourceware.org/git/glibc.git
[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)
|
||||
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