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/aa91cf0ce6ee
branches: trunk
changeset: 838073:aa91cf0ce6ee
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 22b0825c555e -r aa91cf0ce6ee 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