From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5FAD3138259 for ; Wed, 2 Jan 2013 18:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27CFFE0712; Wed, 2 Jan 2013 18:30:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A15F4E0712 for ; Wed, 2 Jan 2013 18:30:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B89C933DB4A for ; Wed, 2 Jan 2013 18:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5FCAAE5439 for ; Wed, 2 Jan 2013 18:30:52 +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: <1357151528.03c49f853b4850a043f91816097250a1b3ddcf22.vapier@gentoo> Subject: [gentoo-commits] proj/gcc-config:master commit in: / X-VCS-Repository: proj/gcc-config X-VCS-Files: gcc-config X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 03c49f853b4850a043f91816097250a1b3ddcf22 X-VCS-Branch: master Date: Wed, 2 Jan 2013 18:30:52 +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: ac3cc94e-b1ec-4f70-9dee-257da7d5e7a5 X-Archives-Hash: 13676640424ffafd445dd3dbf27e7092 commit: 03c49f853b4850a043f91816097250a1b3ddcf22 Author: Fabian Groffen gentoo org> AuthorDate: Wed Jan 2 08:55:17 2013 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Jan 2 18:32:08 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gcc-config.git;a=commit;h=03c49f85 gcc-config: for Prefix split-/usr is never an issue Don't consider linking, even if /usr would be split, on Prefix. Do cleanup from older gcc-config though. This leaves a gap where we don't cleanup if the Prefix install uses a different filesystem for its /usr, but that should be pretty rare, non-standard and utterly weird, so we don't care. Signed-off-by: Fabian Groffen gentoo.org> Signed-off-by: Mike Frysinger gentoo.org> --- gcc-config | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/gcc-config b/gcc-config index b11a98f..6fb9904 100755 --- a/gcc-config +++ b/gcc-config @@ -311,6 +311,9 @@ handle_split_usr() { return 0 fi + # Gentoo Prefix systems don't "boot", so no need to handle split-/usr + [[ -n ${EPREFIX} ]] && return 0 + # Only bother with this stuff for the native ABI. We assume the user # doesn't have critical binaries for non-native ABIs which is fair. local gcclib