From 0f2df04d95720f7c20fca91f5ffad80eb5c08b44 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sun, 4 Mar 2001 16:15:50 +0000 Subject: [PATCH] Add "-e start" to LDFLAGS for ELF toolchain. --- sys/arch/news68k/stand/boot/Makefile | 4 ++-- sys/arch/news68k/stand/bootxx/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/news68k/stand/boot/Makefile b/sys/arch/news68k/stand/boot/Makefile index 7c43ac963db9..54aa5c079f34 100644 --- a/sys/arch/news68k/stand/boot/Makefile +++ b/sys/arch/news68k/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/01/30 14:21:49 tsutsui Exp $ +# $NetBSD: Makefile,v 1.10 2001/03/04 16:15:50 tsutsui Exp $ .include @@ -20,7 +20,7 @@ OBJCOPY?= objcopy S= ${.CURDIR}/../../../.. -LDFLAGS= -x -N -Ttext 3e0000 +LDFLAGS= -x -N -Ttext 3e0000 -e start CFLAGS= -Os -Wall CPPFLAGS+= -D_STANDALONE # -DBOOT_DEBUG diff --git a/sys/arch/news68k/stand/bootxx/Makefile b/sys/arch/news68k/stand/bootxx/Makefile index 5012f0fc0053..708cf05b9ae5 100644 --- a/sys/arch/news68k/stand/bootxx/Makefile +++ b/sys/arch/news68k/stand/bootxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/01/30 14:21:51 tsutsui Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/04 16:15:51 tsutsui Exp $ .include @@ -18,7 +18,7 @@ SIZE?= size S= ${.CURDIR}/../../../.. -LDFLAGS= -x -N -Ttext 0 +LDFLAGS= -x -N -Ttext 0 -e start CFLAGS= -Os -Wall CPPFLAGS+= -D_STANDALONE # -DBOOTXX_DEBUG