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 305B6139694 for ; Mon, 20 Mar 2017 23:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21F91E0CA7; Mon, 20 Mar 2017 23:02:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00212E0CA7 for ; Mon, 20 Mar 2017 23:02:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E904D340AC7 for ; Mon, 20 Mar 2017 23:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B69426F39 for ; Mon, 20 Mar 2017 23:02:20 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1490050933.a3c729566acd471a95564c664fec026a623c82f9.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/ppc64/64le/make.defaults X-VCS-Directories: profiles/arch/powerpc/ppc64/64le/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: a3c729566acd471a95564c664fec026a623c82f9 X-VCS-Branch: master Date: Mon, 20 Mar 2017 23:02:20 +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-Archives-Salt: 78e9b5d2-ab27-43bd-8d62-1f149aa221ef X-Archives-Hash: 14bbe2a57a076986c3a5f10295c5e5ce commit: a3c729566acd471a95564c664fec026a623c82f9 Author: Mike Frysinger gentoo org> AuthorDate: Mon Mar 20 23:01:28 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Mar 20 23:02:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c72956 profiles: ppc64le: disable symlink lib usage We haven't released any official ppc64 little endian images yet, so there's no point in doing so with a setup we want to kill. profiles/arch/powerpc/ppc64/64le/make.defaults | 4 ---- 1 file changed, 4 deletions(-) diff --git a/profiles/arch/powerpc/ppc64/64le/make.defaults b/profiles/arch/powerpc/ppc64/64le/make.defaults index dbe9c14ff15..f02939cf2c6 100644 --- a/profiles/arch/powerpc/ppc64/64le/make.defaults +++ b/profiles/arch/powerpc/ppc64/64le/make.defaults @@ -6,7 +6,3 @@ CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" - -# moved from 64bit-native, TODO: move it upwards -SYMLINK_LIB="yes" -LIBDIR_ppc64="lib64"