From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mail.openembedded.org (Postfix) with ESMTP id 03B6F77F34 for ; Mon, 5 Jun 2017 12:43:36 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2017 05:43:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,300,1493708400"; d="scan'208";a="1178438804" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by fmsmga002.fm.intel.com with ESMTP; 05 Jun 2017 05:43:36 -0700 To: Richard Purdie , openembedded-core@lists.openembedded.org, Leonardo Sandoval References: <1496585728.6630.165.camel@linuxfoundation.org> <4f9f2466-1409-e5d8-917c-58b4864f8863@linux.intel.com> From: Alexander Kanavin Message-ID: Date: Mon, 5 Jun 2017 15:41:54 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <4f9f2466-1409-e5d8-917c-58b4864f8863@linux.intel.com> Subject: Re: [PATCH 0/2] Multi-threaded RPM support X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2017 12:43:37 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 06/05/2017 03:14 PM, Alexander Kanavin wrote: > The patches as they are now require that the C compiler on the host is > recent; specifically that it defaults to C11 mode. I'm not sure when GCC > made the switch, but it works that way with GCC 6.3.0. I researched; the change happened in gcc 5 (released april 22 2015). Alex