mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03: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:
@@ -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>
|
||||
Reference in New Issue
Block a user