Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/compat Don't mix abis in any CRUNCHEDPROG
details: https://anonhg.NetBSD.org/src/rev/8fd79fd53d9e
branches: trunk
changeset: 350139:8fd79fd53d9e
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jan 05 21:28:42 2017 +0000
description:
Don't mix abis in any CRUNCHEDPROG
diffstat:
compat/exec.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r aafcc20c920c -r 8fd79fd53d9e compat/exec.mk
--- a/compat/exec.mk Thu Jan 05 21:25:17 2017 +0000
+++ b/compat/exec.mk Thu Jan 05 21:28:42 2017 +0000
@@ -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 @@
. include <bsd.own.mk>
-. if ${MKCOMPAT} != "no" && !defined(RESCUEDIR)
+. if ${MKCOMPAT} != "no" && !defined(CRUNCHEDPROG)
. include "${.PARSEDIR}/mips64/64/bsd.64.mk"
. endif # ${MKCOMPAT} != "no"
Home |
Main Index |
Thread Index |
Old Index