From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [80.91.229.2] (helo=ciao.gmane.org) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1LEmks-0001Bh-Og for openembedded-devel@openembedded.org; Mon, 22 Dec 2008 16:31:39 +0100 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LEmg5-0006Jz-RH for openembedded-devel@openembedded.org; Mon, 22 Dec 2008 15:26:42 +0000 Received: from s55917625.adsl.wanadoo.nl ([85.145.118.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Dec 2008 15:26:41 +0000 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Dec 2008 15:26:41 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@openembedded.org From: Koen Kooi Date: Mon, 22 Dec 2008 16:26:26 +0100 Message-ID: References: Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: s55917625.adsl.wanadoo.nl User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20081217 Shredder/3.0b2pre In-Reply-To: Sender: news Subject: Re: libc and ARM_INSTRUCTION_SET 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: Mon, 22 Dec 2008 15:31:40 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 22-12-08 15:56, Andrea Adami wrote: > Hi, > I'm testing uclibcgnueabi on c7x0. > > Two doubts: > > 1) arm / thumb > > Now armv5te machine defaults to "thumb" and uclibc fails do_compile: > http://tinderbox.openembedded.net/public/logs/2601805.txt > > My solution offhand is to set ARM_INSTRUCTION_SET = "arm" in > uclibc.inc but perhaps someone can sort out a proper patch. Having uclibc (and hence libm) in ARM mode would probably be a good thing. > 2) is it actual and correct that uclibc and klibc are machine-specific? uclibc is machine specific since the defconfigs are machine specific, because at the time OE lacked fine grained architecture overrides. regards, Koen