commit: ae053042778f7516e4b7db31cebe788a0b9a72fa Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Fri Mar 10 17:33:43 2017 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> 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
