Module Name: src
Committed By: tsutsui
Date: Sun Jan 12 15:26:31 UTC 2014
Modified Files:
src/sys/arch/acorn26/stand: Makefile.buildboot
src/sys/arch/acorn32/stand: Makefile.buildboot
src/sys/arch/alpha/stand: Makefile.bootprogs
src/sys/arch/arc/stand/boot: Makefile
src/sys/arch/atari/stand/bootxx: Makefile.bootxx
src/sys/arch/atari/stand/bootxxx: Makefile.bootxxx
src/sys/arch/atari/stand/xxboot: Makefile.xxboot
src/sys/arch/atari/stand/xxboot/ahdi-sdb00t: Makefile.sdb00t
src/sys/arch/atari/stand/xxboot/ahdi-wdb00t: Makefile
src/sys/arch/atari/stand/xxboot/ahdi-xxboot: Makefile.xxb
src/sys/arch/atari/stand/xxboot/fdboot: Makefile.fdboot
src/sys/arch/atari/stand/xxboot/sdboot: Makefile.sdboot
src/sys/arch/atari/stand/xxboot/wdboot: Makefile
src/sys/arch/bebox/stand/boot: Makefile
src/sys/arch/cobalt/stand/boot: Makefile
src/sys/arch/emips/stand: Makefile.booters
src/sys/arch/evbarm/stand/boot2440: Makefile
src/sys/arch/evbarm/stand/bootimx23: Makefile
src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot
src/sys/arch/ews4800mips/stand: Makefile.bootxx
src/sys/arch/ews4800mips/stand/boot: Makefile
src/sys/arch/hp300/stand: Makefile.buildboot
src/sys/arch/hp700/stand: Makefile.buildboot
src/sys/arch/hp700/stand/xxboot: Makefile
src/sys/arch/i386/stand: Makefile.booters
src/sys/arch/i386/stand/boot: Makefile.boot
src/sys/arch/i386/stand/bootxx: Makefile.bootxx
src/sys/arch/i386/stand/cdboot: Makefile
src/sys/arch/i386/stand/fatboot: Makefile.fat
src/sys/arch/i386/stand/mbr: Makefile.mbr
src/sys/arch/ia64/stand/ia64: Makefile.booters
src/sys/arch/landisk/stand: Makefile.bootprogs
src/sys/arch/landisk/stand/mbr: Makefile.mbr
src/sys/arch/luna68k/stand: Makefile.inc
src/sys/arch/macppc/stand/bootxx: Makefile
src/sys/arch/macppc/stand/ofwboot: Makefile
src/sys/arch/mipsco/stand: Makefile.booters
src/sys/arch/mmeye/stand/boot: Makefile
src/sys/arch/mvme68k/stand: Makefile.booters
src/sys/arch/mvmeppc/stand: Makefile.booters
src/sys/arch/news68k/stand: Makefile.inc
src/sys/arch/newsmips/stand: Makefile.inc
src/sys/arch/next68k/stand/boot: Makefile
src/sys/arch/ofppc/stand/ofwboot: Makefile
src/sys/arch/pmax/stand: Makefile.booters
src/sys/arch/prep/stand/boot: Makefile
src/sys/arch/rs6000/stand/boot: Makefile
src/sys/arch/sandpoint/stand/altboot: Makefile
src/sys/arch/sbmips/stand: Makefile.bootprogs
src/sys/arch/sgimips/stand: Makefile.booters
src/sys/arch/shark/stand/ofwboot: Makefile
src/sys/arch/sparc/stand/bootxx: Makefile
src/sys/arch/sparc/stand/ofwboot: Makefile
src/sys/arch/sun68k/stand: Makefile.inc
src/sys/arch/x68k/stand: Makefile.booters
src/sys/arch/zaurus/stand/zboot: Makefile
Log Message:
Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.
XXX: probabry we should have bsd.saprog.mk or something.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/acorn26/stand/Makefile.buildboot
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/acorn32/stand/Makefile.buildboot
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/alpha/stand/Makefile.bootprogs
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arc/stand/boot/Makefile
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/atari/stand/bootxx/Makefile.bootxx
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/atari/stand/bootxxx/Makefile.bootxxx
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/atari/stand/xxboot/Makefile.xxboot
cvs rdiff -u -r1.3 -r1.4 \
src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile.sdb00t
cvs rdiff -u -r1.9 -r1.10 \
src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile.xxb
cvs rdiff -u -r1.3 -r1.4 \
src/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot
cvs rdiff -u -r1.3 -r1.4 \
src/sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/atari/stand/xxboot/wdboot/Makefile
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/bebox/stand/boot/Makefile
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/cobalt/stand/boot/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/emips/stand/Makefile.booters
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/stand/boot2440/Makefile
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/stand/bootimx23/Makefile
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/ews4800mips/stand/Makefile.bootxx
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/ews4800mips/stand/boot/Makefile
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/hp300/stand/Makefile.buildboot
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hp700/stand/Makefile.buildboot
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hp700/stand/xxboot/Makefile
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/i386/stand/Makefile.booters
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/i386/stand/boot/Makefile.boot
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/i386/stand/bootxx/Makefile.bootxx
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/i386/stand/cdboot/Makefile
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/i386/stand/fatboot/Makefile.fat
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/i386/stand/mbr/Makefile.mbr
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ia64/stand/ia64/Makefile.booters
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/landisk/stand/Makefile.bootprogs
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/landisk/stand/mbr/Makefile.mbr
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/stand/Makefile.inc
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/macppc/stand/bootxx/Makefile
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/macppc/stand/ofwboot/Makefile
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/mipsco/stand/Makefile.booters
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mmeye/stand/boot/Makefile
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/mvme68k/stand/Makefile.booters
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mvmeppc/stand/Makefile.booters
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/news68k/stand/Makefile.inc
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/newsmips/stand/Makefile.inc
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/next68k/stand/boot/Makefile
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/ofppc/stand/ofwboot/Makefile
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/pmax/stand/Makefile.booters
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/prep/stand/boot/Makefile
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/rs6000/stand/boot/Makefile
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sandpoint/stand/altboot/Makefile
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sbmips/stand/Makefile.bootprogs
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sgimips/stand/Makefile.booters
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/shark/stand/ofwboot/Makefile
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sparc/stand/bootxx/Makefile
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/sparc/stand/ofwboot/Makefile
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sun68k/stand/Makefile.inc
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x68k/stand/Makefile.booters
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/zaurus/stand/zboot/Makefile
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/acorn26/stand/Makefile.buildboot
diff -u src/sys/arch/acorn26/stand/Makefile.buildboot:1.20 src/sys/arch/acorn26/stand/Makefile.buildboot:1.21
--- src/sys/arch/acorn26/stand/Makefile.buildboot:1.20 Sun Dec 15 18:08:37 2013
+++ src/sys/arch/acorn26/stand/Makefile.buildboot Sun Jan 12 15:26:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.20 2013/12/15 18:08:37 joerg Exp $
+# $NetBSD: Makefile.buildboot,v 1.21 2014/01/12 15:26:28 tsutsui Exp $
S?= ${.CURDIR}/../../../..
@@ -13,6 +13,7 @@ FILESDIR=/usr/mdec
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/acorn32/stand/Makefile.buildboot
diff -u src/sys/arch/acorn32/stand/Makefile.buildboot:1.20 src/sys/arch/acorn32/stand/Makefile.buildboot:1.21
--- src/sys/arch/acorn32/stand/Makefile.buildboot:1.20 Sun Dec 15 18:08:37 2013
+++ src/sys/arch/acorn32/stand/Makefile.buildboot Sun Jan 12 15:26:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.20 2013/12/15 18:08:37 joerg Exp $
+# $NetBSD: Makefile.buildboot,v 1.21 2014/01/12 15:26:28 tsutsui Exp $
S?= ${.CURDIR}/../../../..
@@ -14,6 +14,7 @@ FILESDIR=/usr/mdec
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/alpha/stand/Makefile.bootprogs
diff -u src/sys/arch/alpha/stand/Makefile.bootprogs:1.32 src/sys/arch/alpha/stand/Makefile.bootprogs:1.33
--- src/sys/arch/alpha/stand/Makefile.bootprogs:1.32 Sun Jan 23 13:24:05 2011
+++ src/sys/arch/alpha/stand/Makefile.bootprogs Sun Jan 12 15:26:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootprogs,v 1.32 2011/01/23 13:24:05 joerg Exp $
+# $NetBSD: Makefile.bootprogs,v 1.33 2014/01/12 15:26:28 tsutsui Exp $
NOMAN= # defined
@@ -15,6 +15,7 @@ STRIP?= strip
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/arc/stand/boot/Makefile
diff -u src/sys/arch/arc/stand/boot/Makefile:1.13 src/sys/arch/arc/stand/boot/Makefile:1.14
--- src/sys/arch/arc/stand/boot/Makefile:1.13 Wed Jul 13 14:09:36 2011
+++ src/sys/arch/arc/stand/boot/Makefile Sun Jan 12 15:26:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2011/07/13 14:09:36 mrg Exp $
+# $NetBSD: Makefile,v 1.14 2014/01/12 15:26:28 tsutsui Exp $
.include <bsd.own.mk>
.include <bsd.sys.mk> # for ${HOST_SH}
@@ -21,6 +21,7 @@ SRCS+= boot.c bootinfo.c conf.c devopen.
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/atari/stand/bootxx/Makefile.bootxx
diff -u src/sys/arch/atari/stand/bootxx/Makefile.bootxx:1.10 src/sys/arch/atari/stand/bootxx/Makefile.bootxx:1.11
--- src/sys/arch/atari/stand/bootxx/Makefile.bootxx:1.10 Tue Jul 6 05:59:57 2010
+++ src/sys/arch/atari/stand/bootxx/Makefile.bootxx Sun Jan 12 15:26:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootxx,v 1.10 2010/07/06 05:59:57 mrg Exp $
+# $NetBSD: Makefile.bootxx,v 1.11 2014/01/12 15:26:28 tsutsui Exp $
NOMAN= # defined
@@ -11,6 +11,7 @@ BINMODE=${NONBINMODE}
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/atari/stand/bootxxx/Makefile.bootxxx
diff -u src/sys/arch/atari/stand/bootxxx/Makefile.bootxxx:1.7 src/sys/arch/atari/stand/bootxxx/Makefile.bootxxx:1.8
--- src/sys/arch/atari/stand/bootxxx/Makefile.bootxxx:1.7 Tue Jul 6 05:59:58 2010
+++ src/sys/arch/atari/stand/bootxxx/Makefile.bootxxx Sun Jan 12 15:26:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootxxx,v 1.7 2010/07/06 05:59:58 mrg Exp $
+# $NetBSD: Makefile.bootxxx,v 1.8 2014/01/12 15:26:28 tsutsui Exp $
NOMAN= # defined
@@ -11,6 +11,7 @@ BINMODE=${NONBINMODE}
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/atari/stand/xxboot/Makefile.xxboot
diff -u src/sys/arch/atari/stand/xxboot/Makefile.xxboot:1.5 src/sys/arch/atari/stand/xxboot/Makefile.xxboot:1.6
--- src/sys/arch/atari/stand/xxboot/Makefile.xxboot:1.5 Tue Jan 6 13:35:30 2009
+++ src/sys/arch/atari/stand/xxboot/Makefile.xxboot Sun Jan 12 15:26:28 2014
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.xxboot,v 1.5 2009/01/06 13:35:30 tsutsui Exp $
+# $NetBSD: Makefile.xxboot,v 1.6 2014/01/12 15:26:28 tsutsui Exp $
BINMODE= ${NONBINMODE}
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile.sdb00t
diff -u src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile.sdb00t:1.3 src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile.sdb00t:1.4
--- src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile.sdb00t:1.3 Sun Dec 11 12:17:02 2005
+++ src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile.sdb00t Sun Jan 12 15:26:28 2014
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.sdb00t,v 1.3 2005/12/11 12:17:02 christos Exp $
+# $NetBSD: Makefile.sdb00t,v 1.4 2014/01/12 15:26:28 tsutsui Exp $
PROG= sdb00t.ahdi
SRCS= sdb00t.ahdi.S
NOMAN= # defined
LIBCRT0=
+LIBCRTI=
.PATH: ${.CURDIR}/..
Index: src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile
diff -u src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile:1.9 src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile:1.10
--- src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile:1.9 Sun Dec 11 12:17:02 2005
+++ src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile Sun Jan 12 15:26:28 2014
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2005/12/11 12:17:02 christos Exp $
+# $NetBSD: Makefile,v 1.10 2014/01/12 15:26:28 tsutsui Exp $
BTYPE= STD
PROG= wdb00t.ahdi
SRCS= wdb00t.ahdi.S
NOMAN= # defined
LIBCRT0=
+LIBCRTI=
.include <../Makefile.xxboot>
.include <bsd.prog.mk>
Index: src/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile.xxb
diff -u src/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile.xxb:1.3 src/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile.xxb:1.4
--- src/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile.xxb:1.3 Sun Dec 11 12:17:02 2005
+++ src/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile.xxb Sun Jan 12 15:26:28 2014
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.xxb,v 1.3 2005/12/11 12:17:02 christos Exp $
+# $NetBSD: Makefile.xxb,v 1.4 2014/01/12 15:26:28 tsutsui Exp $
PROG= xxboot.ahdi
SRCS= xxboot.ahdi.S
NOMAN= # defined
LIBCRT0=
+LIBCRTI=
.PATH: ${.CURDIR}/..
.include <../../Makefile.xxboot>
Index: src/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot
diff -u src/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot:1.3 src/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot:1.4
--- src/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot:1.3 Sun Dec 11 12:17:02 2005
+++ src/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot Sun Jan 12 15:26:28 2014
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.fdboot,v 1.3 2005/12/11 12:17:02 christos Exp $
+# $NetBSD: Makefile.fdboot,v 1.4 2014/01/12 15:26:28 tsutsui Exp $
PROG= fdboot
SRCS= fdboot.S
NOMAN= # defined
LIBCRT0=
+LIBCRTI=
.PATH: ${.CURDIR}/..
Index: src/sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot
diff -u src/sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot:1.3 src/sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot:1.4
--- src/sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot:1.3 Sun Dec 11 12:17:02 2005
+++ src/sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot Sun Jan 12 15:26:28 2014
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.sdboot,v 1.3 2005/12/11 12:17:02 christos Exp $
+# $NetBSD: Makefile.sdboot,v 1.4 2014/01/12 15:26:28 tsutsui Exp $
PROG= sdboot
SRCS= sdboot.S
NOMAN= # defined
LIBCRT0=
+LIBCRTI=
.PATH: ${.CURDIR}/..
Index: src/sys/arch/atari/stand/xxboot/wdboot/Makefile
diff -u src/sys/arch/atari/stand/xxboot/wdboot/Makefile:1.9 src/sys/arch/atari/stand/xxboot/wdboot/Makefile:1.10
--- src/sys/arch/atari/stand/xxboot/wdboot/Makefile:1.9 Sun Dec 11 12:17:02 2005
+++ src/sys/arch/atari/stand/xxboot/wdboot/Makefile Sun Jan 12 15:26:28 2014
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2005/12/11 12:17:02 christos Exp $
+# $NetBSD: Makefile,v 1.10 2014/01/12 15:26:28 tsutsui Exp $
BTYPE= STD
PROG= wdboot
SRCS= wdboot.S
NOMAN= # defined
LIBCRT0=
+LIBCRTI=
.include <../Makefile.xxboot>
.include <bsd.prog.mk>
Index: src/sys/arch/bebox/stand/boot/Makefile
diff -u src/sys/arch/bebox/stand/boot/Makefile:1.33 src/sys/arch/bebox/stand/boot/Makefile:1.34
--- src/sys/arch/bebox/stand/boot/Makefile:1.33 Wed Aug 21 06:53:10 2013
+++ src/sys/arch/bebox/stand/boot/Makefile Sun Jan 12 15:26:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2013/08/21 06:53:10 matt Exp $
+# $NetBSD: Makefile,v 1.34 2014/01/12 15:26:28 tsutsui Exp $
NOMAN= # defined
@@ -50,6 +50,7 @@ BINMODE= 444
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/cobalt/stand/boot/Makefile
diff -u src/sys/arch/cobalt/stand/boot/Makefile:1.25 src/sys/arch/cobalt/stand/boot/Makefile:1.26
--- src/sys/arch/cobalt/stand/boot/Makefile:1.25 Sun Jul 10 08:42:55 2011
+++ src/sys/arch/cobalt/stand/boot/Makefile Sun Jan 12 15:26:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2011/07/10 08:42:55 mrg Exp $
+# $NetBSD: Makefile,v 1.26 2014/01/12 15:26:28 tsutsui Exp $
NOMAN= # defined
@@ -16,6 +16,7 @@ BINMODE?= 444
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/emips/stand/Makefile.booters
diff -u src/sys/arch/emips/stand/Makefile.booters:1.3 src/sys/arch/emips/stand/Makefile.booters:1.4
--- src/sys/arch/emips/stand/Makefile.booters:1.3 Fri Oct 4 15:01:52 2013
+++ src/sys/arch/emips/stand/Makefile.booters Sun Jan 12 15:26:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.3 2013/10/04 15:01:52 christos Exp $
+# $NetBSD: Makefile.booters,v 1.4 2014/01/12 15:26:28 tsutsui Exp $
.include <bsd.sys.mk> # for HOST_SH
@@ -9,6 +9,7 @@ BINMODE?= 444
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/evbarm/stand/boot2440/Makefile
diff -u src/sys/arch/evbarm/stand/boot2440/Makefile:1.15 src/sys/arch/evbarm/stand/boot2440/Makefile:1.16
--- src/sys/arch/evbarm/stand/boot2440/Makefile:1.15 Sun Dec 15 18:08:37 2013
+++ src/sys/arch/evbarm/stand/boot2440/Makefile Sun Jan 12 15:26:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2013/12/15 18:08:37 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2014/01/12 15:26:28 tsutsui Exp $
S= ${.CURDIR}/../../../..
@@ -27,6 +27,7 @@ DBG= -Os
CWARNFLAGS.clang+= -Wno-asm-operand-widths
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/evbarm/stand/bootimx23/Makefile
diff -u src/sys/arch/evbarm/stand/bootimx23/Makefile:1.12 src/sys/arch/evbarm/stand/bootimx23/Makefile:1.13
--- src/sys/arch/evbarm/stand/bootimx23/Makefile:1.12 Sun Dec 15 18:08:37 2013
+++ src/sys/arch/evbarm/stand/bootimx23/Makefile Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.12 2013/12/15 18:08:37 joerg Exp $
+# $Id: Makefile,v 1.13 2014/01/12 15:26:29 tsutsui Exp $
S= ${.CURDIR}/../../../../
PROG= bootimx23
@@ -23,6 +23,7 @@ CPPFLAGS+= -mno-thumb -mno-thumb-interwo
DBG= -g
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot
diff -u src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.29 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.30
--- src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.29 Sun Dec 15 18:08:37 2013
+++ src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gzboot,v 1.29 2013/12/15 18:08:37 joerg Exp $
+# $NetBSD: Makefile.gzboot,v 1.30 2014/01/12 15:26:29 tsutsui Exp $
NOMAN= # defined
@@ -22,6 +22,7 @@ DBG= -Os
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/ews4800mips/stand/Makefile.bootxx
diff -u src/sys/arch/ews4800mips/stand/Makefile.bootxx:1.6 src/sys/arch/ews4800mips/stand/Makefile.bootxx:1.7
--- src/sys/arch/ews4800mips/stand/Makefile.bootxx:1.6 Mon Aug 12 16:34:05 2013
+++ src/sys/arch/ews4800mips/stand/Makefile.bootxx Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootxx,v 1.6 2013/08/12 16:34:05 joerg Exp $
+# $NetBSD: Makefile.bootxx,v 1.7 2014/01/12 15:26:29 tsutsui Exp $
NOMAN =
@@ -39,6 +39,7 @@ LIBS = ${LIBKERN}
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/ews4800mips/stand/boot/Makefile
diff -u src/sys/arch/ews4800mips/stand/boot/Makefile:1.15 src/sys/arch/ews4800mips/stand/boot/Makefile:1.16
--- src/sys/arch/ews4800mips/stand/boot/Makefile:1.15 Sun Dec 25 06:09:08 2011
+++ src/sys/arch/ews4800mips/stand/boot/Makefile Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/12/25 06:09:08 tsutsui Exp $
+# $NetBSD: Makefile,v 1.16 2014/01/12 15:26:29 tsutsui Exp $
WARNS ?= 1
NOMAN =
@@ -15,6 +15,7 @@ DEVDIR = ${.CURDIR}/../../dev
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/hp300/stand/Makefile.buildboot
diff -u src/sys/arch/hp300/stand/Makefile.buildboot:1.32 src/sys/arch/hp300/stand/Makefile.buildboot:1.33
--- src/sys/arch/hp300/stand/Makefile.buildboot:1.32 Sat Feb 12 05:08:40 2011
+++ src/sys/arch/hp300/stand/Makefile.buildboot Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.32 2011/02/12 05:08:40 tsutsui Exp $
+# $NetBSD: Makefile.buildboot,v 1.33 2014/01/12 15:26:29 tsutsui Exp $
# RELOC=FFF00000 allows for boot prog up to FF000 (1044480) bytes long
RELOC= FFF00000
@@ -27,6 +27,7 @@ CLEANFILES+= vers.c
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/hp700/stand/Makefile.buildboot
diff -u src/sys/arch/hp700/stand/Makefile.buildboot:1.14 src/sys/arch/hp700/stand/Makefile.buildboot:1.15
--- src/sys/arch/hp700/stand/Makefile.buildboot:1.14 Sat Jan 22 19:19:17 2011
+++ src/sys/arch/hp700/stand/Makefile.buildboot Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.14 2011/01/22 19:19:17 joerg Exp $
+# $NetBSD: Makefile.buildboot,v 1.15 2014/01/12 15:26:29 tsutsui Exp $
RELOC= 120000
HEAP_LIMIT=0x1c0000
@@ -11,6 +11,7 @@ HEAP_LIMIT=0x1c0000
#DEBUGLIBS= no
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/hp700/stand/xxboot/Makefile
diff -u src/sys/arch/hp700/stand/xxboot/Makefile:1.18 src/sys/arch/hp700/stand/xxboot/Makefile:1.19
--- src/sys/arch/hp700/stand/xxboot/Makefile:1.18 Sun Nov 17 08:21:01 2013
+++ src/sys/arch/hp700/stand/xxboot/Makefile Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2013/11/17 08:21:01 skrll Exp $
+# $NetBSD: Makefile,v 1.19 2014/01/12 15:26:29 tsutsui Exp $
PROG= xxboot
NOMAN= # defined
@@ -27,6 +27,7 @@ BINMODE= 444
# standalone program
LIBCRTBEGIN=
LIBCRT0=
+LIBCRTI=
LIBCRTEND=
LIBC=
Index: src/sys/arch/i386/stand/Makefile.booters
diff -u src/sys/arch/i386/stand/Makefile.booters:1.88 src/sys/arch/i386/stand/Makefile.booters:1.89
--- src/sys/arch/i386/stand/Makefile.booters:1.88 Wed Aug 21 15:24:27 2013
+++ src/sys/arch/i386/stand/Makefile.booters Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.88 2013/08/21 15:24:27 matt Exp $
+# $NetBSD: Makefile.booters,v 1.89 2014/01/12 15:26:29 tsutsui Exp $
.include <bsd.own.mk>
@@ -6,6 +6,7 @@ STRIPFLAG=
BINMODE=444
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/i386/stand/boot/Makefile.boot
diff -u src/sys/arch/i386/stand/boot/Makefile.boot:1.63 src/sys/arch/i386/stand/boot/Makefile.boot:1.64
--- src/sys/arch/i386/stand/boot/Makefile.boot:1.63 Sat Jan 4 20:18:50 2014
+++ src/sys/arch/i386/stand/boot/Makefile.boot Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.63 2014/01/04 20:18:50 christos Exp $
+# $NetBSD: Makefile.boot,v 1.64 2014/01/12 15:26:29 tsutsui Exp $
S= ${.CURDIR}/../../../../..
@@ -24,6 +24,7 @@ PIE_LDFLAGS=
STRIPFLAG= # nothing
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/i386/stand/bootxx/Makefile.bootxx
diff -u src/sys/arch/i386/stand/bootxx/Makefile.bootxx:1.46 src/sys/arch/i386/stand/bootxx/Makefile.bootxx:1.47
--- src/sys/arch/i386/stand/bootxx/Makefile.bootxx:1.46 Fri Nov 1 00:18:24 2013
+++ src/sys/arch/i386/stand/bootxx/Makefile.bootxx Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootxx,v 1.46 2013/11/01 00:18:24 christos Exp $
+# $NetBSD: Makefile.bootxx,v 1.47 2014/01/12 15:26:29 tsutsui Exp $
S= ${.CURDIR}/../../../../..
@@ -29,6 +29,7 @@ SRCS= pbr.S label.S bootxx.S boot1.c
STRIPFLAG= # nothing
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/i386/stand/cdboot/Makefile
diff -u src/sys/arch/i386/stand/cdboot/Makefile:1.13 src/sys/arch/i386/stand/cdboot/Makefile:1.14
--- src/sys/arch/i386/stand/cdboot/Makefile:1.13 Thu Sep 12 05:54:38 2013
+++ src/sys/arch/i386/stand/cdboot/Makefile Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2013/09/12 05:54:38 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2014/01/12 15:26:29 tsutsui Exp $
S= ${.CURDIR}/../../../..
@@ -14,6 +14,7 @@ NOMAN= # defined
STRIPFLAG= # nothing
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/i386/stand/fatboot/Makefile.fat
diff -u src/sys/arch/i386/stand/fatboot/Makefile.fat:1.6 src/sys/arch/i386/stand/fatboot/Makefile.fat:1.7
--- src/sys/arch/i386/stand/fatboot/Makefile.fat:1.6 Fri May 20 22:29:56 2011
+++ src/sys/arch/i386/stand/fatboot/Makefile.fat Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.fat,v 1.6 2011/05/20 22:29:56 joerg Exp $
+# $NetBSD: Makefile.fat,v 1.7 2014/01/12 15:26:29 tsutsui Exp $
S= ${.CURDIR}/../../../../..
@@ -6,6 +6,7 @@ PROG?= fatboot
NOMAN= # defined
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/i386/stand/mbr/Makefile.mbr
diff -u src/sys/arch/i386/stand/mbr/Makefile.mbr:1.18 src/sys/arch/i386/stand/mbr/Makefile.mbr:1.19
--- src/sys/arch/i386/stand/mbr/Makefile.mbr:1.18 Fri May 20 15:05:02 2011
+++ src/sys/arch/i386/stand/mbr/Makefile.mbr Sun Jan 12 15:26:29 2014
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.mbr,v 1.18 2011/05/20 15:05:02 joerg Exp $
+# $NetBSD: Makefile.mbr,v 1.19 2014/01/12 15:26:29 tsutsui Exp $
S= ${.CURDIR}/../../../../..
NOMAN= # defined
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/ia64/stand/ia64/Makefile.booters
diff -u src/sys/arch/ia64/stand/ia64/Makefile.booters:1.5 src/sys/arch/ia64/stand/ia64/Makefile.booters:1.6
--- src/sys/arch/ia64/stand/ia64/Makefile.booters:1.5 Wed Aug 21 07:17:08 2013
+++ src/sys/arch/ia64/stand/ia64/Makefile.booters Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.5 2013/08/21 07:17:08 matt Exp $
+# $NetBSD: Makefile.booters,v 1.6 2014/01/12 15:26:29 tsutsui Exp $
.include <bsd.own.mk>
.include <bsd.klinks.mk>
@@ -7,6 +7,7 @@ STRIPFLAG=
BINMODE=444
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/landisk/stand/Makefile.bootprogs
diff -u src/sys/arch/landisk/stand/Makefile.bootprogs:1.5 src/sys/arch/landisk/stand/Makefile.bootprogs:1.6
--- src/sys/arch/landisk/stand/Makefile.bootprogs:1.5 Wed Aug 21 07:08:30 2013
+++ src/sys/arch/landisk/stand/Makefile.bootprogs Sun Jan 12 15:26:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootprogs,v 1.5 2013/08/21 07:08:30 matt Exp $
+# $NetBSD: Makefile.bootprogs,v 1.6 2014/01/12 15:26:29 tsutsui Exp $
S= ${.CURDIR}/../../../../..
@@ -16,6 +16,7 @@ SECONDARY_LOAD_ADDRESS?=0x8ff00000
STRIPFLAG= # override
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/landisk/stand/mbr/Makefile.mbr
diff -u src/sys/arch/landisk/stand/mbr/Makefile.mbr:1.2 src/sys/arch/landisk/stand/mbr/Makefile.mbr:1.3
--- src/sys/arch/landisk/stand/mbr/Makefile.mbr:1.2 Mon Apr 13 12:54:45 2009
+++ src/sys/arch/landisk/stand/mbr/Makefile.mbr Sun Jan 12 15:26:29 2014
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.mbr,v 1.2 2009/04/13 12:54:45 nonaka Exp $
+# $NetBSD: Makefile.mbr,v 1.3 2014/01/12 15:26:29 tsutsui Exp $
S= ${.CURDIR}/../../../../..
NOMAN= # defined
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/luna68k/stand/Makefile.inc
diff -u src/sys/arch/luna68k/stand/Makefile.inc:1.1 src/sys/arch/luna68k/stand/Makefile.inc:1.2
--- src/sys/arch/luna68k/stand/Makefile.inc:1.1 Sun Jan 6 07:04:49 2013
+++ src/sys/arch/luna68k/stand/Makefile.inc Sun Jan 12 15:26:29 2014
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.1 2013/01/06 07:04:49 tsutsui Exp $
+# $NetBSD: Makefile.inc,v 1.2 2014/01/12 15:26:29 tsutsui Exp $
BINDIR= /usr/mdec
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/macppc/stand/bootxx/Makefile
diff -u src/sys/arch/macppc/stand/bootxx/Makefile:1.12 src/sys/arch/macppc/stand/bootxx/Makefile:1.13
--- src/sys/arch/macppc/stand/bootxx/Makefile:1.12 Sun Mar 15 08:52:46 2009
+++ src/sys/arch/macppc/stand/bootxx/Makefile Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/03/15 08:52:46 tsutsui Exp $
+# $NetBSD: Makefile,v 1.13 2014/01/12 15:26:30 tsutsui Exp $
S!= cd ${.CURDIR}/../../../..; pwd
@@ -7,6 +7,7 @@ NOMAN= # defined
BINMODE= 444
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/macppc/stand/ofwboot/Makefile
diff -u src/sys/arch/macppc/stand/ofwboot/Makefile:1.51 src/sys/arch/macppc/stand/ofwboot/Makefile:1.52
--- src/sys/arch/macppc/stand/ofwboot/Makefile:1.51 Sat Jan 22 19:19:19 2011
+++ src/sys/arch/macppc/stand/ofwboot/Makefile Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2011/01/22 19:19:19 joerg Exp $
+# $NetBSD: Makefile,v 1.52 2014/01/12 15:26:30 tsutsui Exp $
S= ${.CURDIR}/../../../..
@@ -15,6 +15,7 @@ CPPFLAGS+= -DSUPPORT_USTARFS -DHAVE_CHAN
DBG= -Os
LIBCRT0= # nothing
+LIBCRTI= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
Index: src/sys/arch/mipsco/stand/Makefile.booters
diff -u src/sys/arch/mipsco/stand/Makefile.booters:1.18 src/sys/arch/mipsco/stand/Makefile.booters:1.19
--- src/sys/arch/mipsco/stand/Makefile.booters:1.18 Wed Aug 21 07:13:51 2013
+++ src/sys/arch/mipsco/stand/Makefile.booters Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.18 2013/08/21 07:13:51 matt Exp $
+# $NetBSD: Makefile.booters,v 1.19 2014/01/12 15:26:30 tsutsui Exp $
.include <bsd.sys.mk> # for HOST_SH
@@ -13,6 +13,7 @@ BINMODE?= 444
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/mmeye/stand/boot/Makefile
diff -u src/sys/arch/mmeye/stand/boot/Makefile:1.2 src/sys/arch/mmeye/stand/boot/Makefile:1.3
--- src/sys/arch/mmeye/stand/boot/Makefile:1.2 Sat Mar 5 01:58:01 2011
+++ src/sys/arch/mmeye/stand/boot/Makefile Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/03/05 01:58:01 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/12 15:26:30 tsutsui Exp $
NOMAN= # defined
@@ -48,6 +48,7 @@ CPPFLAGS+= -DNETBSD_VERS='"${NETBSD_VERS
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/mvme68k/stand/Makefile.booters
diff -u src/sys/arch/mvme68k/stand/Makefile.booters:1.24 src/sys/arch/mvme68k/stand/Makefile.booters:1.25
--- src/sys/arch/mvme68k/stand/Makefile.booters:1.24 Sat Sep 21 08:32:39 2013
+++ src/sys/arch/mvme68k/stand/Makefile.booters Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.24 2013/09/21 08:32:39 tsutsui Exp $
+# $NetBSD: Makefile.booters,v 1.25 2014/01/12 15:26:30 tsutsui Exp $
S?= ${.CURDIR}/../../../..
MDEC_DIR?= /usr/mdec
@@ -26,6 +26,7 @@ BINDIR= ${MDEC_DIR}
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/mvmeppc/stand/Makefile.booters
diff -u src/sys/arch/mvmeppc/stand/Makefile.booters:1.13 src/sys/arch/mvmeppc/stand/Makefile.booters:1.14
--- src/sys/arch/mvmeppc/stand/Makefile.booters:1.13 Sat Sep 21 08:40:37 2013
+++ src/sys/arch/mvmeppc/stand/Makefile.booters Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.13 2013/09/21 08:40:37 tsutsui Exp $
+# $NetBSD: Makefile.booters,v 1.14 2014/01/12 15:26:30 tsutsui Exp $
S?= ${.CURDIR}/../../../..
MDEC_DIR?= /usr/mdec
@@ -23,6 +23,7 @@ BINDIR= ${MDEC_DIR}
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/news68k/stand/Makefile.inc
diff -u src/sys/arch/news68k/stand/Makefile.inc:1.9 src/sys/arch/news68k/stand/Makefile.inc:1.10
--- src/sys/arch/news68k/stand/Makefile.inc:1.9 Sat Jan 22 19:19:20 2011
+++ src/sys/arch/news68k/stand/Makefile.inc Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2011/01/22 19:19:20 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.10 2014/01/12 15:26:30 tsutsui Exp $
BINDIR= /usr/mdec
@@ -18,6 +18,7 @@ CLEANFILES+= vers.c
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/newsmips/stand/Makefile.inc
diff -u src/sys/arch/newsmips/stand/Makefile.inc:1.7 src/sys/arch/newsmips/stand/Makefile.inc:1.8
--- src/sys/arch/newsmips/stand/Makefile.inc:1.7 Sat Jan 22 19:19:20 2011
+++ src/sys/arch/newsmips/stand/Makefile.inc Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.7 2011/01/22 19:19:20 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.8 2014/01/12 15:26:30 tsutsui Exp $
BINDIR= /usr/mdec
@@ -16,6 +16,7 @@ CLEANFILES+= vers.c
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/next68k/stand/boot/Makefile
diff -u src/sys/arch/next68k/stand/boot/Makefile:1.27 src/sys/arch/next68k/stand/boot/Makefile:1.28
--- src/sys/arch/next68k/stand/boot/Makefile:1.27 Wed Aug 21 06:56:14 2013
+++ src/sys/arch/next68k/stand/boot/Makefile Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2013/08/21 06:56:14 matt Exp $
+# $NetBSD: Makefile,v 1.28 2014/01/12 15:26:30 tsutsui Exp $
NOMAN= # defined
@@ -32,6 +32,7 @@ CFLAGS+= -Wall -Wmissing-prototypes -Wst
AFLAGS+= ${INCLUDES}
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/ofppc/stand/ofwboot/Makefile
diff -u src/sys/arch/ofppc/stand/ofwboot/Makefile:1.28 src/sys/arch/ofppc/stand/ofwboot/Makefile:1.29
--- src/sys/arch/ofppc/stand/ofwboot/Makefile:1.28 Wed Aug 21 06:46:26 2013
+++ src/sys/arch/ofppc/stand/ofwboot/Makefile Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2013/08/21 06:46:26 matt Exp $
+# $NetBSD: Makefile,v 1.29 2014/01/12 15:26:30 tsutsui Exp $
S!= cd ${.CURDIR}/../../../.. ; pwd
@@ -29,6 +29,7 @@ BINMODE= 444
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/pmax/stand/Makefile.booters
diff -u src/sys/arch/pmax/stand/Makefile.booters:1.58 src/sys/arch/pmax/stand/Makefile.booters:1.59
--- src/sys/arch/pmax/stand/Makefile.booters:1.58 Mon Aug 12 16:34:05 2013
+++ src/sys/arch/pmax/stand/Makefile.booters Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.58 2013/08/12 16:34:05 joerg Exp $
+# $NetBSD: Makefile.booters,v 1.59 2014/01/12 15:26:30 tsutsui Exp $
NOMAN= # defined
@@ -12,6 +12,7 @@ BINMODE?= 444
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/prep/stand/boot/Makefile
diff -u src/sys/arch/prep/stand/boot/Makefile:1.27 src/sys/arch/prep/stand/boot/Makefile:1.28
--- src/sys/arch/prep/stand/boot/Makefile:1.27 Wed Aug 21 06:49:44 2013
+++ src/sys/arch/prep/stand/boot/Makefile Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2013/08/21 06:49:44 matt Exp $
+# $NetBSD: Makefile,v 1.28 2014/01/12 15:26:30 tsutsui Exp $
NOMAN= # defined
@@ -46,6 +46,7 @@ BINMODE= 444
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/rs6000/stand/boot/Makefile
diff -u src/sys/arch/rs6000/stand/boot/Makefile:1.5 src/sys/arch/rs6000/stand/boot/Makefile:1.6
--- src/sys/arch/rs6000/stand/boot/Makefile:1.5 Wed Aug 21 06:20:49 2013
+++ src/sys/arch/rs6000/stand/boot/Makefile Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/08/21 06:20:49 matt Exp $
+# $NetBSD: Makefile,v 1.6 2014/01/12 15:26:30 tsutsui Exp $
NOMAN= # defined
@@ -40,6 +40,7 @@ BINMODE= 444
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/sandpoint/stand/altboot/Makefile
diff -u src/sys/arch/sandpoint/stand/altboot/Makefile:1.13 src/sys/arch/sandpoint/stand/altboot/Makefile:1.14
--- src/sys/arch/sandpoint/stand/altboot/Makefile:1.13 Wed Aug 21 06:44:02 2013
+++ src/sys/arch/sandpoint/stand/altboot/Makefile Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2013/08/21 06:44:02 matt Exp $
+# $NetBSD: Makefile,v 1.14 2014/01/12 15:26:30 tsutsui Exp $
S= ${.CURDIR}/../../../..
@@ -23,6 +23,7 @@ DBG= -Os
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/sbmips/stand/Makefile.bootprogs
diff -u src/sys/arch/sbmips/stand/Makefile.bootprogs:1.11 src/sys/arch/sbmips/stand/Makefile.bootprogs:1.12
--- src/sys/arch/sbmips/stand/Makefile.bootprogs:1.11 Wed Aug 21 06:27:54 2013
+++ src/sys/arch/sbmips/stand/Makefile.bootprogs Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootprogs,v 1.11 2013/08/21 06:27:54 matt Exp $
+# $NetBSD: Makefile.bootprogs,v 1.12 2014/01/12 15:26:30 tsutsui Exp $
.include <bsd.own.mk>
.include <bsd.klinks.mk>
@@ -13,6 +13,7 @@ BINMODE= 444
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/sgimips/stand/Makefile.booters
diff -u src/sys/arch/sgimips/stand/Makefile.booters:1.21 src/sys/arch/sgimips/stand/Makefile.booters:1.22
--- src/sys/arch/sgimips/stand/Makefile.booters:1.21 Sat Feb 26 16:26:58 2011
+++ src/sys/arch/sgimips/stand/Makefile.booters Sun Jan 12 15:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.21 2011/02/26 16:26:58 matt Exp $
+# $NetBSD: Makefile.booters,v 1.22 2014/01/12 15:26:30 tsutsui Exp $
# PROG set by parent.
NOMAN= # defined
@@ -13,6 +13,7 @@ BINMODE?= 444
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/shark/stand/ofwboot/Makefile
diff -u src/sys/arch/shark/stand/ofwboot/Makefile:1.14 src/sys/arch/shark/stand/ofwboot/Makefile:1.15
--- src/sys/arch/shark/stand/ofwboot/Makefile:1.14 Wed Aug 21 06:24:42 2013
+++ src/sys/arch/shark/stand/ofwboot/Makefile Sun Jan 12 15:26:31 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2013/08/21 06:24:42 matt Exp $
+# $NetBSD: Makefile,v 1.15 2014/01/12 15:26:31 tsutsui Exp $
NOMAN= # defined
@@ -21,6 +21,7 @@ SRCS+= byteorder.c
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/sparc/stand/bootxx/Makefile
diff -u src/sys/arch/sparc/stand/bootxx/Makefile:1.16 src/sys/arch/sparc/stand/bootxx/Makefile:1.17
--- src/sys/arch/sparc/stand/bootxx/Makefile:1.16 Sun Dec 11 12:19:08 2005
+++ src/sys/arch/sparc/stand/bootxx/Makefile Sun Jan 12 15:26:31 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/12/11 12:19:08 christos Exp $
+# $NetBSD: Makefile,v 1.17 2014/01/12 15:26:31 tsutsui Exp $
PROG= bootxx
PROGSOURCE= bootxx.c
@@ -12,6 +12,7 @@ CLEANFILES+= ${PROG}.sym
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/sparc/stand/ofwboot/Makefile
diff -u src/sys/arch/sparc/stand/ofwboot/Makefile:1.31 src/sys/arch/sparc/stand/ofwboot/Makefile:1.32
--- src/sys/arch/sparc/stand/ofwboot/Makefile:1.31 Sun Dec 8 14:41:28 2013
+++ src/sys/arch/sparc/stand/ofwboot/Makefile Sun Jan 12 15:26:31 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2013/12/08 14:41:28 palle Exp $
+# $NetBSD: Makefile,v 1.32 2014/01/12 15:26:31 tsutsui Exp $
CURDIR= ${.CURDIR}
S= ${CURDIR}/../../../..
@@ -20,6 +20,7 @@ SRCS+= hvcall.S
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/sun68k/stand/Makefile.inc
diff -u src/sys/arch/sun68k/stand/Makefile.inc:1.23 src/sys/arch/sun68k/stand/Makefile.inc:1.24
--- src/sys/arch/sun68k/stand/Makefile.inc:1.23 Sat Jan 4 20:19:33 2014
+++ src/sys/arch/sun68k/stand/Makefile.inc Sun Jan 12 15:26:31 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.23 2014/01/04 20:19:33 christos Exp $
+# $NetBSD: Makefile.inc,v 1.24 2014/01/12 15:26:31 tsutsui Exp $
# Must have S=/usr/src/sys (or equivalent)
# But note: this is w.r.t. a subdirectory
@@ -56,6 +56,7 @@ proginstall: ${SA_PROG}.bin
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/x68k/stand/Makefile.booters
diff -u src/sys/arch/x68k/stand/Makefile.booters:1.7 src/sys/arch/x68k/stand/Makefile.booters:1.8
--- src/sys/arch/x68k/stand/Makefile.booters:1.7 Tue Oct 11 13:07:06 2011
+++ src/sys/arch/x68k/stand/Makefile.booters Sun Jan 12 15:26:31 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.7 2011/10/11 13:07:06 tsutsui Exp $
+# $NetBSD: Makefile.booters,v 1.8 2014/01/12 15:26:31 tsutsui Exp $
S?= ${.CURDIR}/../../../..
@@ -13,6 +13,7 @@ CPPFLAGS+= -D__daddr_t=int32_t
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
+LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
Index: src/sys/arch/zaurus/stand/zboot/Makefile
diff -u src/sys/arch/zaurus/stand/zboot/Makefile:1.15 src/sys/arch/zaurus/stand/zboot/Makefile:1.16
--- src/sys/arch/zaurus/stand/zboot/Makefile:1.15 Sun Dec 15 18:08:37 2013
+++ src/sys/arch/zaurus/stand/zboot/Makefile Sun Jan 12 15:26:31 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2013/12/15 18:08:37 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2014/01/12 15:26:31 tsutsui Exp $
PROG= zboot
@@ -34,6 +34,7 @@ LDFLAGS+= -nostdlib -Bstatic
CLEANFILES+= vers.c vers.o
LIBCRT0= crt0.o
+LIBCRTI= # nothing
LIBC= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing