Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/compat don't build kernel grovelling tools as n64 on sgimips...
details: https://anonhg.NetBSD.org/src/rev/0a091a27927b
branches: trunk
changeset: 433544:0a091a27927b
user: macallan <macallan%NetBSD.org@localhost>
date: Thu Sep 20 02:51:21 2018 +0000
description:
don't build kernel grovelling tools as n64 on sgimips - we don't actually have
n64 kernels there. Yet.
diffstat:
compat/exec.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 00ae8c6c21ca -r 0a091a27927b compat/exec.mk
--- a/compat/exec.mk Thu Sep 20 01:11:19 2018 +0000
+++ b/compat/exec.mk Thu Sep 20 02:51:21 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: exec.mk,v 1.3 2017/01/05 21:28:42 skrll Exp $
+# $NetBSD: exec.mk,v 1.4 2018/09/20 02:51:21 macallan Exp $
# this makefile fragment can be included to modify the default
# ABI a program is compiled with. this is designed to be used
@@ -27,7 +27,7 @@
# mips64 defaults to 32 bit userland, but with a 64 bit kernel
# most kvm-using tools are happier with 64 bit.
-.if ${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb"
+.if ${MACHINE_ARCH} == "mips64el" || (${MACHINE_ARCH} == "mips64eb" && ${MACHINE} != "sgimips")
# XXX -pie makes n64 crash
NOPIE=1
Home |
Main Index |
Thread Index |
Old Index