Browse Source

Not needed -- apps simply need to link vs libgcc.

Eric Andersen 24 years ago
parent
commit
e9551853be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/arm/Makefile

+ 1 - 1
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)