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 89515138262 for ; Mon, 23 May 2016 23:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49EF4142C7; Mon, 23 May 2016 23:22:08 +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 6028914274 for ; Mon, 23 May 2016 23:22:07 +0000 (UTC) Received: from [10.128.12.197] (unknown [100.42.98.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id A867234087E; Mon, 23 May 2016 23:22:05 +0000 (UTC) Subject: [gentoo-dev] Re: [PATCH] nvme-cli: Fix cross compilation issue. To: Gwendal Grignou , zmedico@gentoo.org References: <1464044934-2539-1-git-send-email-gwendal@chromium.org> Cc: vapier@chromium.org, gentoo-dev@lists.gentoo.org From: Zac Medico Message-ID: <57439096.20706@gentoo.org> Date: Mon, 23 May 2016 16:21:58 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <1464044934-2539-1-git-send-email-gwendal@chromium.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: c54a2550-fddc-43e0-8df8-e1a5293fe42f X-Archives-Hash: 5043dfd7bddd668e6ce5d7cb6a7903a9 On 05/23/2016 04:08 PM, Gwendal Grignou wrote: > When not setting CC, the compilation fails on option: -clang-syntax > "gcc.real: error: unrecognized command line option '-clang-syntax'" > > Addressed the issue by properly setting the CC variable. > > Signed-off-by: Gwendal Grignou > --- > sys-apps/nvme-cli/nvme-cli-0_pre20150821.ebuild | 6 ++++++ > 1 file changed, 6 insertions(+) Thanks! Applied: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377a0f042d89b7280bb4fb2f757e828b6f6736c3 -- Thanks, Zac