Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/stand Allow build in boot64 without install...



details:   https://anonhg.NetBSD.org/src/rev/d0fb2033c134
branches:  trunk
changeset: 447139:d0fb2033c134
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jan 02 03:04:26 2019 +0000

description:
Allow build in boot64 without installed DESTDIR.

diffstat:

 sys/arch/sgimips/stand/Makefile.inc |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d454f79c6f47 -r d0fb2033c134 sys/arch/sgimips/stand/Makefile.inc
--- a/sys/arch/sgimips/stand/Makefile.inc       Wed Jan 02 00:48:13 2019 +0000
+++ b/sys/arch/sgimips/stand/Makefile.inc       Wed Jan 02 03:04:26 2019 +0000
@@ -1,5 +1,12 @@
-# $NetBSD: Makefile.inc,v 1.2 2016/09/08 14:43:48 christos Exp $
+# $NetBSD: Makefile.inc,v 1.3 2019/01/02 03:04:26 tsutsui Exp $
 
 NOPIE= # defined
 
 BINDIR?=       /usr/mdec
+
+# XXX SHOULD NOT NEED TO DEFINE THESE!
+LIBCRT0=
+LIBCRTI=
+LIBC=
+LIBCRTBEGIN=
+LIBCRTEND=



Home | Main Index | Thread Index | Old Index