From 97a0830c65902e7f2b8c35193789e9acc7b151b0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 20 Dec 2004 08:34:03 +0000 Subject: [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. --- sysdeps/mips/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/mips') diff --git a/sysdeps/mips/Makefile b/sysdeps/mips/Makefile index 849785a550..49ad3e1b91 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 -- cgit v1.2.3-70-g09d2