From: Andreas Jaeger Date: Mon, 20 Dec 2004 08:34:03 +0000 (+0000) Subject: [BZ #562] X-Git-Tag: cvs/glibc-2_3-base~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a0830c65902e7f2b8c35193789e9acc7b151b0;p=thirdparty%2Fglibc.git [BZ #562] 2004-12-20 Jakub Jelinek , Jim Gifford [BZ #562] * sysdeps/mips/Makefile (librt-sysdep_routines): Add. * sysdeps/unix/mips/rt-sysdep.S: New file. --- diff --git a/sysdeps/mips/Makefile b/sysdeps/mips/Makefile index 849785a550c..49ad3e1b911 100644 --- a/sysdeps/mips/Makefile +++ b/sysdeps/mips/Makefile @@ -6,3 +6,7 @@ endif ifeq ($(subdir),setjmp) sysdep_routines += setjmp_aux endif + +ifeq ($(subdir),rt) +librt-sysdep_routines += rt-sysdep +endif diff --git a/sysdeps/unix/mips/rt-sysdep.S b/sysdeps/unix/mips/rt-sysdep.S new file mode 100644 index 00000000000..f966bf1e597 --- /dev/null +++ b/sysdeps/unix/mips/rt-sysdep.S @@ -0,0 +1 @@ +#include