From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id E014576E04 for ; Tue, 15 Sep 2015 13:04:40 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id t8FD4ZMC007153 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 15 Sep 2015 06:04:36 -0700 (PDT) Received: from Marks-MacBook-Pro.local (172.25.36.228) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.235.1; Tue, 15 Sep 2015 06:04:31 -0700 To: Luo Zhenhua , OE-core References: From: Mark Hatle Organization: Wind River Systems Message-ID: <55F8175F.6050709@windriver.com> Date: Tue, 15 Sep 2015 08:04:31 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: Multilib build support by single toolchain generated by Yocto 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: Tue, 15 Sep 2015 13:04:43 -0000 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit On 9/15/15 3:23 AM, Luo Zhenhua wrote: > Hello all, > > > > Currently to support 32b and 64b build for same core in Yocto, two separated > compilers need to be generated. Is there plan to support multilib build(32b and > 64b) by single toolchain which is generated by Yocto in future? > The requirements for multilib compilers depend on architecture, configuration and GNU GCC limitations. Some architects will work fine with a single compiler, others may require multiple compilers. If you can assist with this effort, I believe the work would be appreciated. --Mark > > > > Best Regards, > > > > Zhenhua > > >