From cedfee12f7d479bb5d7f3245d4cdac3038d2fb50 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 30 Oct 2000 22:09:42 +0000 Subject: Fix symbol problem. Add in arm support -- might even work... --- libc/sysdeps/linux/arm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/arm/Makefile') diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile index 8c7cd9b1a..bd789669e 100644 --- a/libc/sysdeps/linux/arm/Makefile +++ b/libc/sysdeps/linux/arm/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a ASFLAGS=$(CFLAGS) -SSRC=_start.S +SSRC=_start.S longjmp.S setjmp.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC= -- cgit v1.2.3