Module Name: src
Committed By: christos
Date: Sat Jan 4 20:19:33 UTC 2014
Modified Files:
src/sys/arch/sun68k/stand: Makefile.inc
Removed Files:
src/sys/arch/sun68k/stand: boot.ldscript
Log Message:
undo the ld script hack now that the default scripts have been modified to
do this.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sun68k/stand/Makefile.inc
cvs rdiff -u -r1.1 -r0 src/sys/arch/sun68k/stand/boot.ldscript
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sun68k/stand/Makefile.inc
diff -u src/sys/arch/sun68k/stand/Makefile.inc:1.22 src/sys/arch/sun68k/stand/Makefile.inc:1.23
--- src/sys/arch/sun68k/stand/Makefile.inc:1.22 Fri Jan 3 16:21:17 2014
+++ src/sys/arch/sun68k/stand/Makefile.inc Sat Jan 4 15:19:33 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.22 2014/01/03 21:21:17 christos Exp $
+# $NetBSD: Makefile.inc,v 1.23 2014/01/04 20:19:33 christos Exp $
# Must have S=/usr/src/sys (or equivalent)
# But note: this is w.r.t. a subdirectory
@@ -39,8 +39,7 @@ ${SA_PROG}.bin : ${SA_PROG}
${OBJCOPY} --output-target=binary ${SA_PROG} $@
${SA_PROG} : ${OBJS} ${DPADD} ${SRTLIB}
- ${LD} -N -Ttext ${RELOC} -e start ${SA_LDFLAGS} \
- -T${.CURDIR}/../boot.ldscript -o $@ \
+ ${LD} -N -Ttext ${RELOC} -e start ${SA_LDFLAGS} -o $@ \
${SRTOBJ} ${OBJS} ${LDADD} ${SRTLIB}
@${SIZE} $@