Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/conf Gah!. Use the variable name (LINKENTRY).



details:   https://anonhg.NetBSD.org/src/rev/a3e3a2e81c0d
branches:  trunk
changeset: 512637:a3e3a2e81c0d
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 12 07:02:00 2001 +0000

description:
Gah!.   Use the variable name (LINKENTRY).

diffstat:

 sys/arch/arm/conf/Makefile.arm |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ca476cad6d0a -r a3e3a2e81c0d sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm    Thu Jul 12 07:01:12 2001 +0000
+++ b/sys/arch/arm/conf/Makefile.arm    Thu Jul 12 07:02:00 2001 +0000
@@ -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 @@
 
 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)



Home | Main Index | Thread Index | Old Index