diff options
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 |