From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE30E138334 for ; Mon, 26 Aug 2019 15:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0621BE0855; Mon, 26 Aug 2019 15:30:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6FA4E0821 for ; Mon, 26 Aug 2019 15:30:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AC5634A2CE for ; Mon, 26 Aug 2019 15:30:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45270622 for ; Mon, 26 Aug 2019 15:30:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1566833411.46819eabbee23cee91ef5c025b0d2bd8b8c43f96.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/sparc/17.0/, profiles/arch/sparc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/sparc/make.defaults profiles/default/linux/sparc/17.0/make.defaults X-VCS-Directories: profiles/default/linux/sparc/17.0/ profiles/arch/sparc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 46819eabbee23cee91ef5c025b0d2bd8b8c43f96 X-VCS-Branch: master Date: Mon, 26 Aug 2019 15:30:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0d934471-4e9e-415a-9b57-12a328eb0e3a X-Archives-Hash: afd801c667ecf9b71d013a660ba0298c commit: 46819eabbee23cee91ef5c025b0d2bd8b8c43f96 Author: Matt Turner gentoo org> AuthorDate: Sun Aug 25 23:52:01 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Aug 26 15:30:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46819eab profiles/sparc: Move LIBDIR assignments Signed-off-by: Matt Turner gentoo.org> profiles/arch/sparc/make.defaults | 3 +++ profiles/default/linux/sparc/17.0/make.defaults | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults index 66fd2ca7a08..d78ba38801a 100644 --- a/profiles/arch/sparc/make.defaults +++ b/profiles/arch/sparc/make.defaults @@ -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 index 15095e86283..00000000000 --- a/profiles/default/linux/sparc/17.0/make.defaults +++ /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"