From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [83.222.23.61] (helo=relay1.mail.masterhost.ru) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1LuAti-0002ra-Bx for openembedded-devel@lists.openembedded.org; Wed, 15 Apr 2009 21:35:52 +0200 Received: from [UNAVAILABLE] ([84.17.11.114] helo=mate.hex) by relay1.mail.masterhost.ru with esmtp envelope from authenticated with rik@osrc.info message id 1LuAq0-000PsX-3K for openembedded-devel@lists.openembedded.org; Wed, 15 Apr 2009 23:32:00 +0400 From: Roman I Khimov Organization: Altell Ltd. To: openembedded-devel@lists.openembedded.org Date: Wed, 15 Apr 2009 23:31:55 +0400 User-Agent: KMail/1.9.9 References: <200904151633.49146.khimov@altell.ru> <1239798960-3586-4-git-send-email-khimov@altell.ru> <20090415192310.GB29623@gmail.com> In-Reply-To: <20090415192310.GB29623@gmail.com> MIME-Version: 1.0 Message-Id: <200904152331.55702.khimov@altell.ru> X-SA-Exim-Connect-IP: 83.222.23.61 X-SA-Exim-Mail-From: khimov@altell.ru X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on serenity X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_20,RDNS_NONE, SPF_SOFTFAIL autolearn=no version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:14:11 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH 04/11] gcc 4.2.4: add gcc-multilib64dir.patch X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2009 19:35:52 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wednesday 15 April 2009 23:23:10 Khem Raj wrote: > which multilib are you chosing as default? if it is 64 bit then the > patch is ok. Default and 'primary' or 'native' is 64-bit, so it all goes into /lib and /usr/lib and 32-bit being 'supplementary' in /lib32 and /usr/lib32.