OSDN Git Service

Add in a platform specific _start
authorEric Andersen <andersen@codepoet.org>
Sat, 28 Oct 2000 00:40:31 +0000 (00:40 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 28 Oct 2000 00:40:31 +0000 (00:40 -0000)
libc/sysdeps/linux/arm/Makefile

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