Selaa lähdekoodia

Add in a platform specific _start

Eric Andersen 23 vuotta sitten
vanhempi
commit
4e1ec6cac5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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=