diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-10 18:33:43 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-10 18:34:56 +0100 |
commit | ae053042778f7516e4b7db31cebe788a0b9a72fa (patch) | |
tree | 60f64bb7a472c98a4561de666342348f8cc2ca35 /profiles/prefix/sunos | |
parent | dev-python/rope: Bump (diff) | |
download | gentoo-ae053042778f7516e4b7db31cebe788a0b9a72fa.tar.gz gentoo-ae053042778f7516e4b7db31cebe788a0b9a72fa.tar.bz2 gentoo-ae053042778f7516e4b7db31cebe788a0b9a72fa.zip |
profiles/prefix/solaris/sparc: restore ABI thingies
Diffstat (limited to 'profiles/prefix/sunos')
-rw-r--r-- | profiles/prefix/sunos/solaris/arch/sparc/make.defaults | 11 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/arch/sparc/use.force | 6 |
2 files changed, 17 insertions, 0 deletions
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 000000000000..552a0bfb3103 --- /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 000000000000..50cdf1705691 --- /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 |