diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-26 07:47:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-26 07:47:29 +0000 |
commit | 27694a0cd7437c474d6a529c003e63179bf00c67 (patch) | |
tree | cb6867795f7503bfbff363ec1227b4fb49b6e027 /libc/sysdeps | |
parent | 0af5e8402b92d3fee02d6759c6de7444929f3e8d (diff) |
Fix it so it compiles again.
Diffstat (limited to 'libc/sysdeps')
-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 afa9dbbf5..a86d7a78d 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= SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=divsi3.c |