diff options
author | Andreas Jaeger <aj@suse.de> | 2004-12-20 08:34:03 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-12-20 08:34:03 +0000 |
commit | 97a0830c65902e7f2b8c35193789e9acc7b151b0 (patch) | |
tree | c98e6610d6943b8f3922193705d1eae88c5d6b20 /sysdeps/mips | |
parent | 0dc6e4f9bea368651c7a90a4f1420358bdb878a3 (diff) | |
download | glibc-97a0830c65902e7f2b8c35193789e9acc7b151b0.tar.gz glibc-97a0830c65902e7f2b8c35193789e9acc7b151b0.tar.xz glibc-97a0830c65902e7f2b8c35193789e9acc7b151b0.zip |
[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.
Diffstat (limited to 'sysdeps/mips')
-rw-r--r-- | sysdeps/mips/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |