From a6cf8dc644239941c5f4a90fd5408479efe50617 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 30 Jan 2002 07:11:08 +0000 Subject: Fixup setjmp implementation so it actaully works as expected -Erik --- libc/sysdeps/linux/i386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/i386/Makefile') diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index a54685726..67dd89ebf 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -36,7 +36,7 @@ CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) endif -SSRC=__longjmp.S setjmp.S vfork.S clone.S +SSRC=__longjmp.S vfork.S clone.S setjmp.S bsd-setjmp.S bsd-_setjmp.S ifeq ($(UNIFIED_SYSCALL),true) SSRC += __uClibc_syscall.S endif -- cgit v1.2.3