Module Name: src Committed By: skrll Date: Thu Jan 5 21:28:42 UTC 2017
Modified Files: src/compat: exec.mk Log Message: Don't mix abis in any CRUNCHEDPROG To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 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.2 src/compat/exec.mk:1.3 --- src/compat/exec.mk:1.2 Thu Dec 29 23:42:38 2016 +++ src/compat/exec.mk Thu Jan 5 21:28:42 2017 @@ -1,4 +1,4 @@ -# $NetBSD: exec.mk,v 1.2 2016/12/29 23:42:38 mrg Exp $ +# $NetBSD: exec.mk,v 1.3 2017/01/05 21:28:42 skrll Exp $ # this makefile fragment can be included to modify the default # ABI a program is compiled with. this is designed to be used @@ -36,7 +36,7 @@ LDSTATIC=-static . include <bsd.own.mk> -. if ${MKCOMPAT} != "no" && !defined(RESCUEDIR) +. if ${MKCOMPAT} != "no" && !defined(CRUNCHEDPROG) . include "${.PARSEDIR}/mips64/64/bsd.64.mk" . endif # ${MKCOMPAT} != "no"