From 8c436a9898268d0741505551551697b73d50c258 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sun, 12 Jan 2014 15:26:28 +0000 Subject: [PATCH] Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR. XXX: probabry we should have bsd.saprog.mk or something. --- sys/arch/acorn26/stand/Makefile.buildboot | 3 ++- sys/arch/acorn32/stand/Makefile.buildboot | 3 ++- sys/arch/alpha/stand/Makefile.bootprogs | 3 ++- sys/arch/arc/stand/boot/Makefile | 3 ++- sys/arch/atari/stand/bootxx/Makefile.bootxx | 3 ++- sys/arch/atari/stand/bootxxx/Makefile.bootxxx | 3 ++- sys/arch/atari/stand/xxboot/Makefile.xxboot | 3 ++- sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile.sdb00t | 3 ++- sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile | 3 ++- sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile.xxb | 3 ++- sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot | 3 ++- sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot | 3 ++- sys/arch/atari/stand/xxboot/wdboot/Makefile | 3 ++- sys/arch/bebox/stand/boot/Makefile | 3 ++- sys/arch/cobalt/stand/boot/Makefile | 3 ++- sys/arch/emips/stand/Makefile.booters | 3 ++- sys/arch/evbarm/stand/boot2440/Makefile | 3 ++- sys/arch/evbarm/stand/bootimx23/Makefile | 3 ++- sys/arch/evbarm/stand/gzboot/Makefile.gzboot | 3 ++- sys/arch/ews4800mips/stand/Makefile.bootxx | 3 ++- sys/arch/ews4800mips/stand/boot/Makefile | 3 ++- sys/arch/hp300/stand/Makefile.buildboot | 3 ++- sys/arch/hp700/stand/Makefile.buildboot | 3 ++- sys/arch/hp700/stand/xxboot/Makefile | 3 ++- sys/arch/i386/stand/Makefile.booters | 3 ++- sys/arch/i386/stand/boot/Makefile.boot | 3 ++- sys/arch/i386/stand/bootxx/Makefile.bootxx | 3 ++- sys/arch/i386/stand/cdboot/Makefile | 3 ++- sys/arch/i386/stand/fatboot/Makefile.fat | 3 ++- sys/arch/i386/stand/mbr/Makefile.mbr | 3 ++- sys/arch/ia64/stand/ia64/Makefile.booters | 3 ++- sys/arch/landisk/stand/Makefile.bootprogs | 3 ++- sys/arch/landisk/stand/mbr/Makefile.mbr | 3 ++- sys/arch/luna68k/stand/Makefile.inc | 3 ++- sys/arch/macppc/stand/bootxx/Makefile | 3 ++- sys/arch/macppc/stand/ofwboot/Makefile | 3 ++- sys/arch/mipsco/stand/Makefile.booters | 3 ++- sys/arch/mmeye/stand/boot/Makefile | 3 ++- sys/arch/mvme68k/stand/Makefile.booters | 3 ++- sys/arch/mvmeppc/stand/Makefile.booters | 3 ++- sys/arch/news68k/stand/Makefile.inc | 3 ++- sys/arch/newsmips/stand/Makefile.inc | 3 ++- sys/arch/next68k/stand/boot/Makefile | 3 ++- sys/arch/ofppc/stand/ofwboot/Makefile | 3 ++- sys/arch/pmax/stand/Makefile.booters | 3 ++- sys/arch/prep/stand/boot/Makefile | 3 ++- sys/arch/rs6000/stand/boot/Makefile | 3 ++- sys/arch/sandpoint/stand/altboot/Makefile | 3 ++- sys/arch/sbmips/stand/Makefile.bootprogs | 3 ++- sys/arch/sgimips/stand/Makefile.booters | 3 ++- sys/arch/shark/stand/ofwboot/Makefile | 3 ++- sys/arch/sparc/stand/bootxx/Makefile | 3 ++- sys/arch/sparc/stand/ofwboot/Makefile | 3 ++- sys/arch/sun68k/stand/Makefile.inc | 3 ++- sys/arch/x68k/stand/Makefile.booters | 3 ++- sys/arch/zaurus/stand/zboot/Makefile | 3 ++- 56 files changed, 112 insertions(+), 56 deletions(-) diff --git a/sys/arch/acorn26/stand/Makefile.buildboot b/sys/arch/acorn26/stand/Makefile.buildboot index 6cb183edc09e..0583a3ed637b 100644 --- a/sys/arch/acorn26/stand/Makefile.buildboot +++ b/sys/arch/acorn26/stand/Makefile.buildboot @@ -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= diff --git a/sys/arch/acorn32/stand/Makefile.buildboot b/sys/arch/acorn32/stand/Makefile.buildboot index 01f8aec537d7..01c83557cdcd 100644 --- a/sys/arch/acorn32/stand/Makefile.buildboot +++ b/sys/arch/acorn32/stand/Makefile.buildboot @@ -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= diff --git a/sys/arch/alpha/stand/Makefile.bootprogs b/sys/arch/alpha/stand/Makefile.bootprogs index f868a5e9810d..08ec5f6a1fa5 100644 --- a/sys/arch/alpha/stand/Makefile.bootprogs +++ b/sys/arch/alpha/stand/Makefile.bootprogs @@ -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= diff --git a/sys/arch/arc/stand/boot/Makefile b/sys/arch/arc/stand/boot/Makefile index 79224999ee5d..1def98acfdf8 100644 --- a/sys/arch/arc/stand/boot/Makefile +++ b/sys/arch/arc/stand/boot/Makefile @@ -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 .include # for ${HOST_SH} @@ -21,6 +21,7 @@ SRCS+= boot.c bootinfo.c conf.c devopen.c disk.c getchar.c getopt.c putchar.c # XXX SHOULD NOT NEED TO DEFINE THESE! LIBCRT0= +LIBCRTI= LIBC= LIBCRTBEGIN= LIBCRTEND= diff --git a/sys/arch/atari/stand/bootxx/Makefile.bootxx b/sys/arch/atari/stand/bootxx/Makefile.bootxx index c244f9551ca5..525693a54cf2 100644 --- a/sys/arch/atari/stand/bootxx/Makefile.bootxx +++ b/sys/arch/atari/stand/bootxx/Makefile.bootxx @@ -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= diff --git a/sys/arch/atari/stand/bootxxx/Makefile.bootxxx b/sys/arch/atari/stand/bootxxx/Makefile.bootxxx index b1cb583965ad..f15121fd7525 100644 --- a/sys/arch/atari/stand/bootxxx/Makefile.bootxxx +++ b/sys/arch/atari/stand/bootxxx/Makefile.bootxxx @@ -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= diff --git a/sys/arch/atari/stand/xxboot/Makefile.xxboot b/sys/arch/atari/stand/xxboot/Makefile.xxboot index a6bc4a336fb8..1245c38d08e7 100644 --- a/sys/arch/atari/stand/xxboot/Makefile.xxboot +++ b/sys/arch/atari/stand/xxboot/Makefile.xxboot @@ -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= diff --git a/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile.sdb00t b/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile.sdb00t index 9e7e460be2f5..18dfcf022038 100644 --- a/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile.sdb00t +++ b/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile.sdb00t @@ -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}/.. diff --git a/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile b/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile index b0aa62baadb7..af54dff1ce3c 100644 --- a/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile +++ b/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile @@ -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 diff --git a/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile.xxb b/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile.xxb index 16b9b82e0d5d..15d4b20619b6 100644 --- a/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile.xxb +++ b/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile.xxb @@ -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> diff --git a/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot b/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot index c8d6fbe033b4..a9439c578777 100644 --- a/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot +++ b/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot @@ -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}/.. diff --git a/sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot b/sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot index 19f2bd705bfb..e8fc84a4f1aa 100644 --- a/sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot +++ b/sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot @@ -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}/.. diff --git a/sys/arch/atari/stand/xxboot/wdboot/Makefile b/sys/arch/atari/stand/xxboot/wdboot/Makefile index a3858eee2ac5..cb3ec7923f77 100644 --- a/sys/arch/atari/stand/xxboot/wdboot/Makefile +++ b/sys/arch/atari/stand/xxboot/wdboot/Makefile @@ -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 diff --git a/sys/arch/bebox/stand/boot/Makefile b/sys/arch/bebox/stand/boot/Makefile index 03fbfe468899..9c0a1e903ffa 100644 --- a/sys/arch/bebox/stand/boot/Makefile +++ b/sys/arch/bebox/stand/boot/Makefile @@ -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= diff --git a/sys/arch/cobalt/stand/boot/Makefile b/sys/arch/cobalt/stand/boot/Makefile index 62091ec3d9da..dfbafc5ce786 100644 --- a/sys/arch/cobalt/stand/boot/Makefile +++ b/sys/arch/cobalt/stand/boot/Makefile @@ -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= diff --git a/sys/arch/emips/stand/Makefile.booters b/sys/arch/emips/stand/Makefile.booters index dc26a3a9de99..87e67daa5784 100644 --- a/sys/arch/emips/stand/Makefile.booters +++ b/sys/arch/emips/stand/Makefile.booters @@ -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 # for HOST_SH @@ -9,6 +9,7 @@ BINMODE?= 444 # XXX SHOULD NOT NEED TO DEFINE THESE! LIBCRT0= +LIBCRTI= LIBC= LIBCRTBEGIN= LIBCRTEND= diff --git a/sys/arch/evbarm/stand/boot2440/Makefile b/sys/arch/evbarm/stand/boot2440/Makefile index 0093f3d254b6..a0ce5c1a8d42 100644 --- a/sys/arch/evbarm/stand/boot2440/Makefile +++ b/sys/arch/evbarm/stand/boot2440/Makefile @@ -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 diff --git a/sys/arch/evbarm/stand/bootimx23/Makefile b/sys/arch/evbarm/stand/bootimx23/Makefile index 2a91546f4f10..d86c4786fb39 100644 --- a/sys/arch/evbarm/stand/bootimx23/Makefile +++ b/sys/arch/evbarm/stand/bootimx23/Makefile @@ -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-interwork DBG= -g LIBCRT0= # nothing +LIBCRTI= # nothing LIBCRTBEGIN= # nothing LIBCRTEND= # nothing LIBC= # nothing diff --git a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot index 7361ee8810ef..ac1a671abb57 100644 --- a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot +++ b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot @@ -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= diff --git a/sys/arch/ews4800mips/stand/Makefile.bootxx b/sys/arch/ews4800mips/stand/Makefile.bootxx index 0d2cf4ce5604..47616c4b6fee 100644 --- a/sys/arch/ews4800mips/stand/Makefile.bootxx +++ b/sys/arch/ews4800mips/stand/Makefile.bootxx @@ -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= diff --git a/sys/arch/ews4800mips/stand/boot/Makefile b/sys/arch/ews4800mips/stand/boot/Makefile index 993554f3dad1..5f86af1ee4e4 100644 --- a/sys/arch/ews4800mips/stand/boot/Makefile +++ b/sys/arch/ews4800mips/stand/boot/Makefile @@ -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= diff --git a/sys/arch/hp300/stand/Makefile.buildboot b/sys/arch/hp300/stand/Makefile.buildboot index 96de7fc2fddf..0d32502c08a8 100644 --- a/sys/arch/hp300/stand/Makefile.buildboot +++ b/sys/arch/hp300/stand/Makefile.buildboot @@ -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= diff --git a/sys/arch/hp700/stand/Makefile.buildboot b/sys/arch/hp700/stand/Makefile.buildboot index 738a59f4c805..dcb106638a9f 100644 --- a/sys/arch/hp700/stand/Makefile.buildboot +++ b/sys/arch/hp700/stand/Makefile.buildboot @@ -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 diff --git a/sys/arch/hp700/stand/xxboot/Makefile b/sys/arch/hp700/stand/xxboot/Makefile index 69734b6f0b87..cc168b4f6ad5 100644 --- a/sys/arch/hp700/stand/xxboot/Makefile +++ b/sys/arch/hp700/stand/xxboot/Makefile @@ -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= diff --git a/sys/arch/i386/stand/Makefile.booters b/sys/arch/i386/stand/Makefile.booters index 7ea7f1c269a6..94c6c0ccd001 100644 --- a/sys/arch/i386/stand/Makefile.booters +++ b/sys/arch/i386/stand/Makefile.booters @@ -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 @@ -6,6 +6,7 @@ STRIPFLAG= BINMODE=444 LIBCRT0= # nothing +LIBCRTI= # nothing LIBCRTBEGIN= # nothing LIBCRTEND= # nothing LIBC= # nothing diff --git a/sys/arch/i386/stand/boot/Makefile.boot b/sys/arch/i386/stand/boot/Makefile.boot index 5ca9b3b9d15c..c95cc0f2600a 100644 --- a/sys/arch/i386/stand/boot/Makefile.boot +++ b/sys/arch/i386/stand/boot/Makefile.boot @@ -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 diff --git a/sys/arch/i386/stand/bootxx/Makefile.bootxx b/sys/arch/i386/stand/bootxx/Makefile.bootxx index 75608493741e..5ef238c62f3f 100644 --- a/sys/arch/i386/stand/bootxx/Makefile.bootxx +++ b/sys/arch/i386/stand/bootxx/Makefile.bootxx @@ -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 diff --git a/sys/arch/i386/stand/cdboot/Makefile b/sys/arch/i386/stand/cdboot/Makefile index dd7a383cfc87..4309a81178be 100644 --- a/sys/arch/i386/stand/cdboot/Makefile +++ b/sys/arch/i386/stand/cdboot/Makefile @@ -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 diff --git a/sys/arch/i386/stand/fatboot/Makefile.fat b/sys/arch/i386/stand/fatboot/Makefile.fat index 1e5adbd0df32..417b4f33c6d8 100644 --- a/sys/arch/i386/stand/fatboot/Makefile.fat +++ b/sys/arch/i386/stand/fatboot/Makefile.fat @@ -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 diff --git a/sys/arch/i386/stand/mbr/Makefile.mbr b/sys/arch/i386/stand/mbr/Makefile.mbr index 5dc35ab1cefc..e971c0d09265 100644 --- a/sys/arch/i386/stand/mbr/Makefile.mbr +++ b/sys/arch/i386/stand/mbr/Makefile.mbr @@ -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 diff --git a/sys/arch/ia64/stand/ia64/Makefile.booters b/sys/arch/ia64/stand/ia64/Makefile.booters index 80157fe49050..3e662b243811 100644 --- a/sys/arch/ia64/stand/ia64/Makefile.booters +++ b/sys/arch/ia64/stand/ia64/Makefile.booters @@ -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 .include @@ -7,6 +7,7 @@ STRIPFLAG= BINMODE=444 LIBCRT0= # nothing +LIBCRTI= # nothing LIBCRTBEGIN= # nothing LIBCRTEND= # nothing LIBC= # nothing diff --git a/sys/arch/landisk/stand/Makefile.bootprogs b/sys/arch/landisk/stand/Makefile.bootprogs index 4c59d4248190..051d10ace817 100644 --- a/sys/arch/landisk/stand/Makefile.bootprogs +++ b/sys/arch/landisk/stand/Makefile.bootprogs @@ -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 diff --git a/sys/arch/landisk/stand/mbr/Makefile.mbr b/sys/arch/landisk/stand/mbr/Makefile.mbr index 92859d6e3307..c56a7491f816 100644 --- a/sys/arch/landisk/stand/mbr/Makefile.mbr +++ b/sys/arch/landisk/stand/mbr/Makefile.mbr @@ -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 diff --git a/sys/arch/luna68k/stand/Makefile.inc b/sys/arch/luna68k/stand/Makefile.inc index af3067defa95..3ae5bbbb4f84 100644 --- a/sys/arch/luna68k/stand/Makefile.inc +++ b/sys/arch/luna68k/stand/Makefile.inc @@ -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= diff --git a/sys/arch/macppc/stand/bootxx/Makefile b/sys/arch/macppc/stand/bootxx/Makefile index ee4f50ddb2ac..4382a6bf44ed 100644 --- a/sys/arch/macppc/stand/bootxx/Makefile +++ b/sys/arch/macppc/stand/bootxx/Makefile @@ -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 diff --git a/sys/arch/macppc/stand/ofwboot/Makefile b/sys/arch/macppc/stand/ofwboot/Makefile index 56c774c2f33b..a86193f4a7f5 100644 --- a/sys/arch/macppc/stand/ofwboot/Makefile +++ b/sys/arch/macppc/stand/ofwboot/Makefile @@ -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_CHANGEDISK_HOOK DBG= -Os LIBCRT0= # nothing +LIBCRTI= # nothing LIBCRTBEGIN= # nothing LIBCRTEND= # nothing LIBC= # nothing diff --git a/sys/arch/mipsco/stand/Makefile.booters b/sys/arch/mipsco/stand/Makefile.booters index 74ef88a1d4b5..3df1cf3adb57 100644 --- a/sys/arch/mipsco/stand/Makefile.booters +++ b/sys/arch/mipsco/stand/Makefile.booters @@ -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 # for HOST_SH @@ -13,6 +13,7 @@ BINMODE?= 444 # XXX SHOULD NOT NEED TO DEFINE THESE! LIBCRT0= +LIBCRTI= LIBC= LIBCRTBEGIN= LIBCRTEND= diff --git a/sys/arch/mmeye/stand/boot/Makefile b/sys/arch/mmeye/stand/boot/Makefile index 9d638888d940..c62884ac83ed 100644 --- a/sys/arch/mmeye/stand/boot/Makefile +++ b/sys/arch/mmeye/stand/boot/Makefile @@ -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= diff --git a/sys/arch/mvme68k/stand/Makefile.booters b/sys/arch/mvme68k/stand/Makefile.booters index eb0875123745..d66c6da06910 100644 --- a/sys/arch/mvme68k/stand/Makefile.booters +++ b/sys/arch/mvme68k/stand/Makefile.booters @@ -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= diff --git a/sys/arch/mvmeppc/stand/Makefile.booters b/sys/arch/mvmeppc/stand/Makefile.booters index 7bb9f2f1a25e..980eaeb08eaf 100644 --- a/sys/arch/mvmeppc/stand/Makefile.booters +++ b/sys/arch/mvmeppc/stand/Makefile.booters @@ -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= diff --git a/sys/arch/news68k/stand/Makefile.inc b/sys/arch/news68k/stand/Makefile.inc index 4140af839ec3..1d94fbb8781d 100644 --- a/sys/arch/news68k/stand/Makefile.inc +++ b/sys/arch/news68k/stand/Makefile.inc @@ -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= diff --git a/sys/arch/newsmips/stand/Makefile.inc b/sys/arch/newsmips/stand/Makefile.inc index b91ef806493d..2c9f0081cb3d 100644 --- a/sys/arch/newsmips/stand/Makefile.inc +++ b/sys/arch/newsmips/stand/Makefile.inc @@ -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= diff --git a/sys/arch/next68k/stand/boot/Makefile b/sys/arch/next68k/stand/boot/Makefile index feb7b1873e9c..cce9bab329b2 100644 --- a/sys/arch/next68k/stand/boot/Makefile +++ b/sys/arch/next68k/stand/boot/Makefile @@ -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 -Wstrict-prototypes -Wpointer-arith AFLAGS+= ${INCLUDES} # XXX SHOULD NOT NEED TO DEFINE THESE! LIBCRT0= +LIBCRTI= LIBC= LIBCRTBEGIN= LIBCRTEND= diff --git a/sys/arch/ofppc/stand/ofwboot/Makefile b/sys/arch/ofppc/stand/ofwboot/Makefile index 5df107a254eb..ec39567b7ed1 100644 --- a/sys/arch/ofppc/stand/ofwboot/Makefile +++ b/sys/arch/ofppc/stand/ofwboot/Makefile @@ -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= diff --git a/sys/arch/pmax/stand/Makefile.booters b/sys/arch/pmax/stand/Makefile.booters index 5fa9f23f026f..181c5fd9eff1 100644 --- a/sys/arch/pmax/stand/Makefile.booters +++ b/sys/arch/pmax/stand/Makefile.booters @@ -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= diff --git a/sys/arch/prep/stand/boot/Makefile b/sys/arch/prep/stand/boot/Makefile index 09539e7ce7dd..73fe559d0cfd 100644 --- a/sys/arch/prep/stand/boot/Makefile +++ b/sys/arch/prep/stand/boot/Makefile @@ -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= diff --git a/sys/arch/rs6000/stand/boot/Makefile b/sys/arch/rs6000/stand/boot/Makefile index 138a7a71eb9b..3255bdfe3380 100644 --- a/sys/arch/rs6000/stand/boot/Makefile +++ b/sys/arch/rs6000/stand/boot/Makefile @@ -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= diff --git a/sys/arch/sandpoint/stand/altboot/Makefile b/sys/arch/sandpoint/stand/altboot/Makefile index c4241f4f5e7b..100b33d2b428 100644 --- a/sys/arch/sandpoint/stand/altboot/Makefile +++ b/sys/arch/sandpoint/stand/altboot/Makefile @@ -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= diff --git a/sys/arch/sbmips/stand/Makefile.bootprogs b/sys/arch/sbmips/stand/Makefile.bootprogs index 0ec322abb68f..85b0944b787d 100644 --- a/sys/arch/sbmips/stand/Makefile.bootprogs +++ b/sys/arch/sbmips/stand/Makefile.bootprogs @@ -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 .include @@ -13,6 +13,7 @@ BINMODE= 444 # XXX SHOULD NOT NEED TO DEFINE THESE! LIBCRT0= +LIBCRTI= LIBC= LIBCRTBEGIN= LIBCRTEND= diff --git a/sys/arch/sgimips/stand/Makefile.booters b/sys/arch/sgimips/stand/Makefile.booters index a6baf5555924..57106f29dcf8 100644 --- a/sys/arch/sgimips/stand/Makefile.booters +++ b/sys/arch/sgimips/stand/Makefile.booters @@ -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= diff --git a/sys/arch/shark/stand/ofwboot/Makefile b/sys/arch/shark/stand/ofwboot/Makefile index 3c660724a94b..0c2bd7a1cc27 100644 --- a/sys/arch/shark/stand/ofwboot/Makefile +++ b/sys/arch/shark/stand/ofwboot/Makefile @@ -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= diff --git a/sys/arch/sparc/stand/bootxx/Makefile b/sys/arch/sparc/stand/bootxx/Makefile index f6e44202a230..70f51bd3c210 100644 --- a/sys/arch/sparc/stand/bootxx/Makefile +++ b/sys/arch/sparc/stand/bootxx/Makefile @@ -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= diff --git a/sys/arch/sparc/stand/ofwboot/Makefile b/sys/arch/sparc/stand/ofwboot/Makefile index 90e2ff225c8b..bed876bb8d91 100644 --- a/sys/arch/sparc/stand/ofwboot/Makefile +++ b/sys/arch/sparc/stand/ofwboot/Makefile @@ -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= diff --git a/sys/arch/sun68k/stand/Makefile.inc b/sys/arch/sun68k/stand/Makefile.inc index 88b79111d12a..e2898fdaf4c2 100644 --- a/sys/arch/sun68k/stand/Makefile.inc +++ b/sys/arch/sun68k/stand/Makefile.inc @@ -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= diff --git a/sys/arch/x68k/stand/Makefile.booters b/sys/arch/x68k/stand/Makefile.booters index 29178a6d6c2e..f16aa6bcb2f6 100644 --- a/sys/arch/x68k/stand/Makefile.booters +++ b/sys/arch/x68k/stand/Makefile.booters @@ -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= diff --git a/sys/arch/zaurus/stand/zboot/Makefile b/sys/arch/zaurus/stand/zboot/Makefile index 89070420e069..ef276bb97cc0 100644 --- a/sys/arch/zaurus/stand/zboot/Makefile +++ b/sys/arch/zaurus/stand/zboot/Makefile @@ -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