Add "-e start" to LDFLAGS for ELF toolchain.

This commit is contained in:
tsutsui 2001-03-04 16:15:50 +00:00
parent 1dff14e5c9
commit 0f2df04d95
2 changed files with 4 additions and 4 deletions

View File

@ -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 <bsd.own.mk>
@ -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

View File

@ -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 <bsd.own.mk>
@ -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