profiles/default/linux/sparc/13.0: fix LIBDIR_*, #609178
authorMichał Górny <mgorny@gentoo.org>
Fri, 3 Mar 2017 20:11:24 +0000 (21:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 3 Mar 2017 20:12:00 +0000 (21:12 +0100)
profiles/default/linux/sparc/13.0/make.defaults [new file with mode: 0644]

diff --git a/profiles/default/linux/sparc/13.0/make.defaults b/profiles/default/linux/sparc/13.0/make.defaults
new file mode 100644 (file)
index 0000000..15095e8
--- /dev/null
@@ -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"