From 4e1ec6cac528de017d8e8696e0442904847bdc54 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Sat, 28 Oct 2000 00:40:31 +0000
Subject: Add in a platform specific _start

---
 libc/sysdeps/linux/arm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libc')

diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile
index 6b17c7f05..8c7cd9b1a 100644
--- a/libc/sysdeps/linux/arm/Makefile
+++ b/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=
-- 
cgit v1.2.3