summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-26 08:22:50 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-26 08:22:50 +0000
commite9551853bedf2b0eaff29fe6138a67aad31d6e62 (patch)
tree5070fc0d003f709931daf5ef456d282ae96cc0c6 /libc/sysdeps/linux/arm/Makefile
parentf38b02806a5d0f2bb9a4700eb2f7fbca1c972fc8 (diff)
Not needed -- apps simply need to link vs libgcc.
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile')
-rw-r--r--libc/sysdeps/linux/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile
index a86d7a78d..6b17c7f05 100644
--- a/libc/sysdeps/linux/arm/Makefile
+++ b/libc/sysdeps/linux/arm/Makefile
@@ -28,7 +28,7 @@ ASFLAGS=$(CFLAGS)
SSRC=
SOBJS=$(patsubst %.S,%.o, $(SSRC))
-CSRC=divsi3.c
+CSRC=
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(SOBJS) $(MOBJ) $(COBJS)