Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/sparc/13.0/
Date: Fri, 03 Mar 2017 20:12:12
Message-Id: 1488571920.1445c0f114f75916e313c5ab9a049bf3caaa79b1.mgorny@gentoo
1 commit: 1445c0f114f75916e313c5ab9a049bf3caaa79b1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 20:11:24 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 20:12:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1445c0f1
7
8 profiles/default/linux/sparc/13.0: fix LIBDIR_*, #609178
9
10 profiles/default/linux/sparc/13.0/make.defaults | 7 +++++++
11 1 file changed, 7 insertions(+)
12
13 diff --git a/profiles/default/linux/sparc/13.0/make.defaults b/profiles/default/linux/sparc/13.0/make.defaults
14 new file mode 100644
15 index 00000000000..15095e86283
16 --- /dev/null
17 +++ b/profiles/default/linux/sparc/13.0/make.defaults
18 @@ -0,0 +1,7 @@
19 +# Copyright 1999-2017 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +# LIBDIR_* moved from features/multilib, #609178.
23 +# TODO: figure out whether this can be moved to arch/sparc
24 +LIBDIR_sparc32="lib"
25 +LIBDIR_sparc64="lib64"