Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] ping: Sparc Leon patches
@ 2010-11-08 14:51 Konrad Eisele
  2010-11-09 16:43 ` Gustavo Zacarias
  0 siblings, 1 reply; 6+ messages in thread
From: Konrad Eisele @ 2010-11-08 14:51 UTC (permalink / raw)
  To: buildroot

patches follow

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] ping: Sparc Leon patches
  2010-11-08 14:51 [Buildroot] ping: Sparc Leon patches Konrad Eisele
@ 2010-11-09 16:43 ` Gustavo Zacarias
  2010-11-10  8:55   ` Konrad Eisele
  2010-11-25  9:11   ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2010-11-09 16:43 UTC (permalink / raw)
  To: buildroot

On 11/08/10 11:51, Konrad Eisele wrote:

> patches follow

Tested and added to my repo so it probably will be in for 2010.11 as
discussed with Thomas on IRC.
One problem i've found is that when i build for a v7 target (doesn't
matter if it's leon or generic) libgomp in gcc seems to fail badly, is
it known?
And do you have patches for other versions of gcc like 4.3.x or 4.5.x to
include in the future?
Thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] ping: Sparc Leon patches
  2010-11-09 16:43 ` Gustavo Zacarias
@ 2010-11-10  8:55   ` Konrad Eisele
  2010-11-11 19:23     ` Gustavo Zacarias
  2010-11-25  9:11   ` Peter Korsgaard
  1 sibling, 1 reply; 6+ messages in thread
From: Konrad Eisele @ 2010-11-10  8:55 UTC (permalink / raw)
  To: buildroot

Gustavo Zacarias wrote:
> On 11/08/10 11:51, Konrad Eisele wrote:
> 
>> patches follow
> 
> Tested and added to my repo so it probably will be in for 2010.11 as
> discussed with Thomas on IRC.
> One problem i've found is that when i build for a v7 target (doesn't
> matter if it's leon or generic) libgomp in gcc seems to fail badly, is
> it known?

Hi, Uclibc disables shared libraries for V7 by default . Its on my todo list
to remove this constrains. It shouldnt matter weather V7 or V8
when creating shared librares.
For v7 targets I in the meantme use:
BR2_EXTRA_GCC_CONFIG_OPTIONS="--disable-libgomp"


> And do you have patches for other versions of gcc like 4.3.x or 4.5.x to
> include in the future?

Yes. I'll send the gcc patches to the gcc-patch list also. I
just got permssion by the fsf.
I'll also put it on my todo list to add  4.3.x and further patches.

-- Thanks Konrad

ps. I appended the 4 patches again. The [4/4] patch that adds
long double gcc intrinscs support (from glibc) to uclibc didnt
come through. Maybe because it is too big?...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-config-Add-sparc-leon-processors.-Readd-V7-8-part-of.patch
Type: text/x-patch
Size: 2708 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101110/6a66c6e8/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-toolchain-Add-support-for-with-cpu.patch
Type: text/x-patch
Size: 2638 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101110/6a66c6e8/attachment-0005.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-gcc-patch-Add-patch-for-4.4.5-to-support-Sparc-leon-.patch
Type: text/x-patch
Size: 9367 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101110/6a66c6e8/attachment-0006.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-uclibc-patch-add-sparc-long-double-gcc-intrinsics-to.patch
Type: text/x-patch
Size: 267209 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101110/6a66c6e8/attachment-0007.bin>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] ping: Sparc Leon patches
  2010-11-10  8:55   ` Konrad Eisele
@ 2010-11-11 19:23     ` Gustavo Zacarias
  2010-11-15  9:20       ` Konrad Eisele
  0 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2010-11-11 19:23 UTC (permalink / raw)
  To: buildroot

On 11/10/10 05:55, Konrad Eisele wrote:

> Gustavo Zacarias wrote:
>> On 11/08/10 11:51, Konrad Eisele wrote:
>>
>>> patches follow
>>
>> Tested and added to my repo so it probably will be in for 2010.11 as
>> discussed with Thomas on IRC.
>> One problem i've found is that when i build for a v7 target (doesn't
>> matter if it's leon or generic) libgomp in gcc seems to fail badly, is
>> it known?
> 
> Hi, Uclibc disables shared libraries for V7 by default . Its on my todo list
> to remove this constrains. It shouldnt matter weather V7 or V8
> when creating shared librares.
> For v7 targets I in the meantme use:
> BR2_EXTRA_GCC_CONFIG_OPTIONS="--disable-libgomp"

We can probably disable libgomp for v7 automatically in buildroot, i'll
give it a shot tomorrow time allowing.

>> And do you have patches for other versions of gcc like 4.3.x or 4.5.x to
>> include in the future?
> 
> Yes. I'll send the gcc patches to the gcc-patch list also. I
> just got permssion by the fsf.
> I'll also put it on my todo list to add  4.3.x and further patches.
> 
> -- Thanks Konrad

Ok, will be nice to have them when they're available.
In the mean time i've restricted the gcc selection in BR to 4.4.x for LEON.

> ps. I appended the 4 patches again. The [4/4] patch that adds
> long double gcc intrinscs support (from glibc) to uclibc didnt
> come through. Maybe because it is too big?...

Yes, the uclibc patch is huge so it's probably pending approval for the
list.
Has this patch been sent to the uclibc people to include?
All of this is in my repo for the time being so it's still pending
Peter's approval to include in the final release.
Thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] ping: Sparc Leon patches
  2010-11-11 19:23     ` Gustavo Zacarias
@ 2010-11-15  9:20       ` Konrad Eisele
  0 siblings, 0 replies; 6+ messages in thread
From: Konrad Eisele @ 2010-11-15  9:20 UTC (permalink / raw)
  To: buildroot

> 
> Yes, the uclibc patch is huge so it's probably pending approval for the
> list.
> Has this patch been sent to the uclibc people to include?

I need to send the patch to the uclibc list. didnt have time to do
so till now. On my todo list now..
-- Greetings Konrad

> All of this is in my repo for the time being so it's still pending
> Peter's approval to include in the final release.
> Thanks.
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] ping: Sparc Leon patches
  2010-11-09 16:43 ` Gustavo Zacarias
  2010-11-10  8:55   ` Konrad Eisele
@ 2010-11-25  9:11   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2010-11-25  9:11 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> On 11/08/10 11:51, Konrad Eisele wrote:
 >> patches follow

 Gustavo> Tested and added to my repo so it probably will be in for
 Gustavo> 2010.11 as discussed with Thomas on IRC.

They are now in, thanks everyone.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-11-25  9:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08 14:51 [Buildroot] ping: Sparc Leon patches Konrad Eisele
2010-11-09 16:43 ` Gustavo Zacarias
2010-11-10  8:55   ` Konrad Eisele
2010-11-11 19:23     ` Gustavo Zacarias
2010-11-15  9:20       ` Konrad Eisele
2010-11-25  9:11   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox