Explorar el Código

Add in a platform specific _start

Eric Andersen hace 25 años
padre
commit
4e1ec6cac5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/sysdeps/linux/arm/Makefile

+ 1 - 1
libc/sysdeps/linux/arm/Makefile

@@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak
 LIBC=$(TOPDIR)libc.a
 ASFLAGS=$(CFLAGS)
 
-SSRC=
+SSRC=_start.S
 SOBJS=$(patsubst %.S,%.o, $(SSRC))
 
 CSRC=