diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-05-30 03:04:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-05-30 03:04:12 +0000 |
commit | bf15958a133ca8c02250cc27c0db28cc6085729b (patch) | |
tree | c3ea3323b2aa9ffc74fd8605863bf13c42b4dc47 /libc/sysdeps/linux/alpha/Makefile | |
parent | 2bbf3bbde1d63c20e82830d699f1dc529ab2ef5f (diff) |
Needed for the alpha port
-Erik
Diffstat (limited to 'libc/sysdeps/linux/alpha/Makefile')
-rw-r--r-- | libc/sysdeps/linux/alpha/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/alpha/Makefile b/libc/sysdeps/linux/alpha/Makefile index 2cad8ad20..5e19b6ca9 100644 --- a/libc/sysdeps/linux/alpha/Makefile +++ b/libc/sysdeps/linux/alpha/Makefile @@ -28,7 +28,8 @@ CRT0=crt0.S CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) -SSRC=__longjmp.S brk.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S +SSRC=__longjmp.S brk.S bsd-_setjmp.S bsd-setjmp.S clone.S \ + setjmp.S divl.S reml.S remq.S divq.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=sysdep.c #brk.c |