summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-03 21:11:24 +0100
committerMichał Górny <mgorny@gentoo.org>2017-03-03 21:12:00 +0100
commit1445c0f114f75916e313c5ab9a049bf3caaa79b1 (patch)
tree674a08ae6e1f7e354c4f81b4bf159758cc71df51 /profiles/default/linux/sparc
parentdev-python/photutils: version bump (diff)
downloadgentoo-1445c0f114f75916e313c5ab9a049bf3caaa79b1.tar.gz
gentoo-1445c0f114f75916e313c5ab9a049bf3caaa79b1.tar.bz2
gentoo-1445c0f114f75916e313c5ab9a049bf3caaa79b1.zip
profiles/default/linux/sparc/13.0: fix LIBDIR_*, #609178
Diffstat (limited to 'profiles/default/linux/sparc')
-rw-r--r--profiles/default/linux/sparc/13.0/make.defaults7
1 files changed, 7 insertions, 0 deletions
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 000000000000..15095e86283a
--- /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"