Gah!. Use the variable name (LINKENTRY).

This commit is contained in:
matt 2001-07-12 07:02:00 +00:00
parent b87f0f71b5
commit d09cef0906
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.arm,v 1.3 2001/07/12 06:25:07 matt Exp $
# $NetBSD: Makefile.arm,v 1.4 2001/07/12 07:02:00 matt Exp $
# Makefile for NetBSD
#
@ -49,7 +49,7 @@ AFLAGS= -x assembler-with-cpp -D_LOCORE
LOADADDRESS?= 0xF0000000
LINKENTRY?= -e start
LINKFLAGS= -Ttext ${LOADADDRESS} ${LINKFLAGS} ${EXTRA_LINKFLAGS}
LINKFLAGS= -Ttext ${LOADADDRESS} ${LINKENTRY} ${EXTRA_LINKFLAGS}
STRIPFLAGS= -g
.if exists($S/arch/${TARGET_MACHINE}/conf/Makefile.${TARGET_MACHINE}.inc)