diff options
author | hauke <hauke@pkgsrc.org> | 2021-05-11 14:56:47 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2021-05-11 14:56:47 +0000 |
commit | b2304611f1727ea799d5421ad3faaf3989e833a9 (patch) | |
tree | 0a16a4122f2ac288638f80c63b1fc97737d6976e /mk/emulator | |
parent | 0c1b4ed187125784042215d69bcdd07c6a50c066 (diff) | |
download | pkgsrc-b2304611f1727ea799d5421ad3faaf3989e833a9.tar.gz |
Add freebsd-{i386,x86_64} to _EMUL_PREFER.
No preference, no emulation...
Diffstat (limited to 'mk/emulator')
-rw-r--r-- | mk/emulator/emulator-vars.mk | 5 |
1 files changed, 4 insertions, 1 deletions
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. # |