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 6B68D139082 for ; Fri, 3 Feb 2017 20:59:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92153E0E36; Fri, 3 Feb 2017 20:58:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 75EADE0E36 for ; Fri, 3 Feb 2017 20:58:55 +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 A225833D3CE for ; Fri, 3 Feb 2017 20:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F41CC3A86 for ; Fri, 3 Feb 2017 20:58:52 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1486155508.68d0d2bfed83cd634c47b2876c076c97ca67a222.zorry@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/toolchain.eclass X-VCS-Directories: eclass/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 68d0d2bfed83cd634c47b2876c076c97ca67a222 X-VCS-Branch: master Date: Fri, 3 Feb 2017 20:58: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: 98ed35e0-a036-468c-a638-774a86dcc089 X-Archives-Hash: 4f87c37d51a9d3498ec0a989f044bcde commit: 68d0d2bfed83cd634c47b2876c076c97ca67a222 Author: Magnus Granberg gentoo org> AuthorDate: Fri Feb 3 20:58:28 2017 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Fri Feb 3 20:58:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d0d2bf toolchain.eclass: fix a typo in a comment eclass/toolchain.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index f2b1a86..0203a22 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1835,8 +1835,8 @@ toolchain_src_install() { pax-mark -r "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1" pax-mark -r "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1plus" fi - - # Disable MMROTECT so java works. #574808 + + # Disable MPROTECT so java works. #574808 if is_gcj ; then pax-mark -m "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/ecj1" pax-mark -m "${D}${PREFIX}/${CTARGET}/gcc-bin/${GCC_CONFIG_VER}/gij"