diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-30 07:11:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-30 07:11:08 +0000 |
commit | a6cf8dc644239941c5f4a90fd5408479efe50617 (patch) | |
tree | a439631b971905377d3b74fb2bb52ec987d61b46 /libc/sysdeps/linux/i386/Makefile | |
parent | 474c74067cfc38ee6250ec1899af58e87c877365 (diff) |
Fixup setjmp implementation so it actaully works as expected
-Erik
Diffstat (limited to 'libc/sysdeps/linux/i386/Makefile')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |