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 45BB0138334 for ; Thu, 13 Jun 2019 13:07:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F057E0977; Thu, 13 Jun 2019 13:07:54 +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 45275E0977 for ; Thu, 13 Jun 2019 13:07:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0EC9D34601C for ; Thu, 13 Jun 2019 13:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A33B2619 for ; Thu, 13 Jun 2019 13:07:51 +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: <1560431250.231634e8d58378461090bdba125bdbd0852510b8.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/make.defaults X-VCS-Directories: profiles/prefix/windows/winnt/x86/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 231634e8d58378461090bdba125bdbd0852510b8 X-VCS-Branch: master Date: Thu, 13 Jun 2019 13:07:51 +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: 263d79aa-29bc-4e3e-8b52-f15fad1cc039 X-Archives-Hash: 2aa7f1336b2bc9d21d97088e4506b15e commit: 231634e8d58378461090bdba125bdbd0852510b8 Author: Michael Haubenwallner gentoo org> AuthorDate: Thu Jun 13 12:49:58 2019 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Thu Jun 13 13:07:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231634e8 profiles/prefix/winnt/x86: define multilib defaults Signed-off-by: Michael Haubenwallner gentoo.org> profiles/prefix/windows/winnt/x86/make.defaults | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/prefix/windows/winnt/x86/make.defaults b/profiles/prefix/windows/winnt/x86/make.defaults index e440495bc30..3c45b788d16 100644 --- a/profiles/prefix/windows/winnt/x86/make.defaults +++ b/profiles/prefix/windows/winnt/x86/make.defaults @@ -3,3 +3,10 @@ ARCH="x86-winnt" ACCEPT_KEYWORDS="~x86-winnt" + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="x86" +DEFAULT_ABI="x86" +ABI="x86" +IUSE_IMPLICIT="abi_x86_32" +LIBDIR_x86="lib"