Parcourir la source

Add in a platform specific _start

Eric Andersen il y a 23 ans
Parent
commit
4e1ec6cac5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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=