Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/boot Add KLINK_MACHINE= i386



details:   https://anonhg.NetBSD.org/src/rev/777b32b73bed
branches:  trunk
changeset: 789539:777b32b73bed
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Aug 21 17:15:26 2013 +0000

description:
Add KLINK_MACHINE= i386

diffstat:

 sys/arch/i386/stand/boot/Makefile.boot |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 435a6e01a701 -r 777b32b73bed sys/arch/i386/stand/boot/Makefile.boot
--- a/sys/arch/i386/stand/boot/Makefile.boot    Wed Aug 21 16:37:31 2013 +0000
+++ b/sys/arch/i386/stand/boot/Makefile.boot    Wed Aug 21 17:15:26 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.59 2013/08/21 08:15:19 matt Exp $
+# $NetBSD: Makefile.boot,v 1.60 2013/08/21 17:15:26 matt Exp $
 
 S=     ${.CURDIR}/../../../../..
 
@@ -153,4 +153,5 @@
        ${OBJCOPY} -O binary ${PROG}.syms ${PROG}
 
 .include <bsd.prog.mk>
+KLINK_MACHINE= i386
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index