profiles/prefix/windows: add winnt/x86 generic profile
authorMichael Haubenwallner <haubi@gentoo.org>
Wed, 12 Jun 2019 14:42:07 +0000 (16:42 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Wed, 12 Jun 2019 15:32:30 +0000 (17:32 +0200)
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 <haubi@gentoo.org>
profiles/prefix/windows/winnt/x86/eapi [new file with mode: 0644]
profiles/prefix/windows/winnt/x86/make.defaults [new file with mode: 0644]
profiles/prefix/windows/winnt/x86/parent [new file with mode: 0644]

diff --git a/profiles/prefix/windows/winnt/x86/eapi b/profiles/prefix/windows/winnt/x86/eapi
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -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 (file)
index 0000000..e440495
--- /dev/null
@@ -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 (file)
index 0000000..f3229c5
--- /dev/null
@@ -0,0 +1 @@
+..