From bf15958a133ca8c02250cc27c0db28cc6085729b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 30 May 2002 03:04:12 +0000 Subject: Needed for the alpha port -Erik --- libc/sysdeps/linux/alpha/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/alpha/Makefile') 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 -- cgit v1.2.3