From: Michael Haubenwallner Date: Wed, 12 Jun 2019 14:42:07 +0000 (+0200) Subject: profiles/prefix/windows: add winnt/x86 generic profile X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f9bdfa830a93275e29277ee382fce513573b6e0d;p=gentoo.git profiles/prefix/windows: add winnt/x86 generic profile For use with prefix-stack-setup (from app-portage/prefix-toolkit), to have some native windows profile. As the windows toolchain name may vary (MSVC versions), leave setting CHOST to prefix-stack-setup. Signed-off-by: Michael Haubenwallner --- diff --git a/profiles/prefix/windows/winnt/x86/eapi b/profiles/prefix/windows/winnt/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/windows/winnt/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/windows/winnt/x86/make.defaults b/profiles/prefix/windows/winnt/x86/make.defaults new file mode 100644 index 000000000000..e440495bc30d --- /dev/null +++ b/profiles/prefix/windows/winnt/x86/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +ARCH="x86-winnt" +ACCEPT_KEYWORDS="~x86-winnt" diff --git a/profiles/prefix/windows/winnt/x86/parent b/profiles/prefix/windows/winnt/x86/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/windows/winnt/x86/parent @@ -0,0 +1 @@ +..