From b2304611f1727ea799d5421ad3faaf3989e833a9 Mon Sep 17 00:00:00 2001 From: hauke Date: Tue, 11 May 2021 14:56:47 +0000 Subject: Add freebsd-{i386,x86_64} to _EMUL_PREFER. No preference, no emulation... --- mk/emulator/emulator-vars.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mk/emulator') diff --git a/mk/emulator/emulator-vars.mk b/mk/emulator/emulator-vars.mk index d27a3bd1745..b548ae88cdd 100644 --- a/mk/emulator/emulator-vars.mk +++ b/mk/emulator/emulator-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: emulator-vars.mk,v 1.10 2018/04/30 10:41:35 wiz Exp $ +# $NetBSD: emulator-vars.mk,v 1.11 2021/05/11 14:56:47 hauke Exp $ # # This file is included by bsd.prefs.mk only if EMUL_PLATFORMS is defined # and non-empty. @@ -95,6 +95,9 @@ _EMUL_PREFER.solaris-x86_64= solaris-i386 _EMUL_PREFER.linux-sparc64= linux-sparc _EMUL_PREFER.linux-x86_64= linux-i386 +_EMUL_PREFER.freebsd-i386= linux-i386 +_EMUL_PREFER.freebsd-x86_64= linux-x86_64 linux-i386 + # Prefer "emulating" the native operating system, then fall back to # the other preferences listed above. # -- cgit v1.2.3