commit: eccbb11f9ca51cd5d150020368896d3a14879541 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Jan 18 09:55:34 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Jan 18 10:01:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccbb11f
profiles/prefix/sunos/solaris/arch/sparc64: add make.defaults multilib settings were missing, probably causing ncurses build failure, identical to what happens in bug #711590 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/sunos/solaris/arch/sparc64/make.defaults | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/prefix/sunos/solaris/arch/sparc64/make.defaults b/profiles/prefix/sunos/solaris/arch/sparc64/make.defaults new file mode 100644 index 00000000000..5bcd9c9e76c --- /dev/null +++ b/profiles/prefix/sunos/solaris/arch/sparc64/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="sparc64" +DEFAULT_ABI="sparc64" +ABI="sparc64" +LIBDIR_sparc64="lib"
