diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-30 22:09:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-30 22:09:42 +0000 |
commit | cedfee12f7d479bb5d7f3245d4cdac3038d2fb50 (patch) | |
tree | f02ffa926ad84eef09f5b7549a472a189d0e4710 /libc/sysdeps/linux/arm/Makefile | |
parent | e6c08ea6437471b025b940944555ddc6f115c1b2 (diff) |
Fix symbol problem. Add in arm support -- might even work...
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile')
-rw-r--r-- | libc/sysdeps/linux/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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= |