Module Name:    src
Committed By:   macallan
Date:           Thu Sep 20 02:51:21 UTC 2018

Modified Files:
        src/compat: exec.mk

Log Message:
don't build kernel grovelling tools as n64 on sgimips - we don't actually have
n64 kernels there. Yet.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/compat/exec.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/compat/exec.mk
diff -u src/compat/exec.mk:1.3 src/compat/exec.mk:1.4
--- src/compat/exec.mk:1.3	Thu Jan  5 21:28:42 2017
+++ src/compat/exec.mk	Thu Sep 20 02:51:21 2018
@@ -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

Reply via email to