commit: 1445c0f114f75916e313c5ab9a049bf3caaa79b1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Mar 3 20:11:24 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 3 20:12:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1445c0f1
profiles/default/linux/sparc/13.0: fix LIBDIR_*, #609178 profiles/default/linux/sparc/13.0/make.defaults | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/default/linux/sparc/13.0/make.defaults b/profiles/default/linux/sparc/13.0/make.defaults new file mode 100644 index 00000000000..15095e86283 --- /dev/null +++ b/profiles/default/linux/sparc/13.0/make.defaults @@ -0,0 +1,7 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# LIBDIR_* moved from features/multilib, #609178. +# TODO: figure out whether this can be moved to arch/sparc +LIBDIR_sparc32="lib" +LIBDIR_sparc64="lib64"
