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 20800139694 for ; Fri, 10 Mar 2017 17:35:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 499EFE0C47; Fri, 10 Mar 2017 17:35:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 269AAE0C47 for ; Fri, 10 Mar 2017 17:35:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 208EB33E142 for ; Fri, 10 Mar 2017 17:35:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9FDB6390 for ; Fri, 10 Mar 2017 17:35:15 +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: <1489167296.ae053042778f7516e4b7db31cebe788a0b9a72fa.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/sunos/solaris/arch/sparc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/sunos/solaris/arch/sparc/make.defaults profiles/prefix/sunos/solaris/arch/sparc/use.force X-VCS-Directories: profiles/prefix/sunos/solaris/arch/sparc/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: ae053042778f7516e4b7db31cebe788a0b9a72fa X-VCS-Branch: master Date: Fri, 10 Mar 2017 17:35:15 +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-Archives-Salt: 7fee86bf-e47d-48b9-b12a-f9568d1c6b3b X-Archives-Hash: daff83202c2845f04d472fc47ae6689a commit: ae053042778f7516e4b7db31cebe788a0b9a72fa Author: Michael Haubenwallner gentoo org> AuthorDate: Fri Mar 10 17:33:43 2017 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Fri Mar 10 17:34:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae053042 profiles/prefix/solaris/sparc: restore ABI thingies profiles/prefix/sunos/solaris/arch/sparc/make.defaults | 11 +++++++++++ profiles/prefix/sunos/solaris/arch/sparc/use.force | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/profiles/prefix/sunos/solaris/arch/sparc/make.defaults b/profiles/prefix/sunos/solaris/arch/sparc/make.defaults new file mode 100644 index 00000000000..552a0bfb310 --- /dev/null +++ b/profiles/prefix/sunos/solaris/arch/sparc/make.defaults @@ -0,0 +1,11 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +USE_EXPAND="ABI_SPARC" + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="sparc32" +DEFAULT_ABI="sparc32" +ABI="sparc32" +IUSE_IMPLICIT="abi_sparc_32" +LIBDIR_sparc32="lib" diff --git a/profiles/prefix/sunos/solaris/arch/sparc/use.force b/profiles/prefix/sunos/solaris/arch/sparc/use.force new file mode 100644 index 00000000000..50cdf170569 --- /dev/null +++ b/profiles/prefix/sunos/solaris/arch/sparc/use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Force the flag corresponding to the default ABI +sparc-solaris +abi_sparc_32