From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9CAA138334 for ; Wed, 12 Jun 2019 15:32:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF657E097E; Wed, 12 Jun 2019 15:32:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5BA7E097E for ; Wed, 12 Jun 2019 15:32:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AD64345F71 for ; Wed, 12 Jun 2019 15:32:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D381760B for ; Wed, 12 Jun 2019 15:32:54 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1560353550.f9bdfa830a93275e29277ee382fce513573b6e0d.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/winnt/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/windows/winnt/x86/eapi profiles/prefix/windows/winnt/x86/make.defaults profiles/prefix/windows/winnt/x86/parent X-VCS-Directories: profiles/prefix/windows/winnt/x86/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: f9bdfa830a93275e29277ee382fce513573b6e0d X-VCS-Branch: master Date: Wed, 12 Jun 2019 15:32:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42019cbc-6e27-4b5d-8be3-38e80aa47f5b X-Archives-Hash: 4a576e86967bfe1a379b48abef0d45d6 commit: f9bdfa830a93275e29277ee382fce513573b6e0d Author: Michael Haubenwallner gentoo org> AuthorDate: Wed Jun 12 14:42:07 2019 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed Jun 12 15:32:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bdfa83 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 gentoo.org> profiles/prefix/windows/winnt/x86/eapi | 1 + profiles/prefix/windows/winnt/x86/make.defaults | 5 +++++ profiles/prefix/windows/winnt/x86/parent | 1 + 3 files changed, 7 insertions(+) diff --git a/profiles/prefix/windows/winnt/x86/eapi b/profiles/prefix/windows/winnt/x86/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /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 00000000000..e440495bc30 --- /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 00000000000..f3229c5b987 --- /dev/null +++ b/profiles/prefix/windows/winnt/x86/parent @@ -0,0 +1 @@ +..