profiles/sparc: Move LIBDIR assignments
authorMatt Turner <mattst88@gentoo.org>
Sun, 25 Aug 2019 23:52:01 +0000 (16:52 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 26 Aug 2019 15:30:11 +0000 (08:30 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
profiles/arch/sparc/make.defaults
profiles/default/linux/sparc/17.0/make.defaults [deleted file]

index 66fd2ca7a08a4061286f0a47c8cc073566587155..d78ba38801a4521c777c585521124f082ce3e3d5 100644 (file)
@@ -27,6 +27,9 @@ CTARGET_sparc32="sparc-unknown-linux-gnu"
 # do NOT set CFLAGS_sparc64 here it'd break linux-headers for non-multilib
 # profiles
 
+LIBDIR_sparc32="lib"
+LIBDIR_sparc64="lib64"
+
 # Compiler flags
 CFLAGS="-O2 -mcpu=ultrasparc -pipe"
 CXXFLAGS="${CFLAGS}"
diff --git a/profiles/default/linux/sparc/17.0/make.defaults b/profiles/default/linux/sparc/17.0/make.defaults
deleted file mode 100644 (file)
index 15095e8..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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"