Re: [RFC] dietlibc port to ppc64el

2016-04-06 Thread Christian Seiler
Hi, On 04/06/2016 11:45 PM, Breno Leitao wrote: > On 04/06/2016 04:57 PM, Christian Seiler wrote: >>> Do you know this problem? Is it related to something like: >>> >>> https://github.com/ensc/dietlibc/blob/87a59f2e6dc11d9f5b82c9d6eff09aae2daa1bbb/ppc64/setjmp.S#L3-L7 >> >> I believe I have fixed

Re: [RFC] dietlibc port to ppc64el

2016-04-06 Thread Breno Leitao
Hi Christian, On 04/06/2016 04:57 PM, Christian Seiler wrote: >> Do you know this problem? Is it related to something like: >> >> https://github.com/ensc/dietlibc/blob/87a59f2e6dc11d9f5b82c9d6eff09aae2daa1bbb/ppc64/setjmp.S#L3-L7 > > I believe I have fixed that recently independently of your repo

Re: Re: [RFC] dietlibc port to ppc64el

2016-04-06 Thread Christian Seiler
Hi, (could you please remember to Cc me? I'm reading your emails via the list archive web interface ;-)) > On 04/04/2016 07:57 PM, Christian Seiler wrote: >> Yeah, so CC='klcc' means that this mksh was built against klibc instead >> of dietlibc. CC='diet gcc' or CC='diet cc' would indicate dietli

Re: [RFC] dietlibc port to ppc64el

2016-04-06 Thread Breno Leitao
Hi Christian, On 04/04/2016 07:57 PM, Christian Seiler wrote: > Yeah, so CC='klcc' means that this mksh was built against klibc instead > of dietlibc. CC='diet gcc' or CC='diet cc' would indicate dietlibc... > So you just verified that mksh with klibc works. :-) Silly me. When I tried to but usin

Re: Re: [RFC] dietlibc port to ppc64el

2016-04-04 Thread Christian Seiler
[ please CC me, I'm not subscribed to the list, I only saw your reply by chance in the archives because I wanted to link this thread somewhere ] Breno Leitao wrote: > On 04/03/2016 06:54 PM, Christian Seiler wrote: >> Well, you can just compile any number of standard programs (that don't >> re

Re: [RFC] dietlibc port to ppc64el

2016-04-04 Thread Breno Leitao
Hi Christian, On 04/03/2016 06:54 PM, Christian Seiler wrote: Is there another way to test it? Well, you can just compile any number of standard programs (that don't require external libraries) with it. Just use diet in front of gcc, e.g. Right. This is working fine. No problem found running

Re: [RFC] dietlibc port to ppc64el

2016-04-03 Thread Christian Seiler
Hi, Thanks for your response! On 04/03/2016 10:53 PM, Breno Leitao wrote: > On 04/03/2016 04:36 PM, Christian Seiler wrote: >> May be built via gbp buildpackage. If needed, I can also provide a .dsc >> file if necessary. > > I tried to built it on my ppc64el machine using: > > $ git clone htt

Re: [RFC] dietlibc port to ppc64el

2016-04-03 Thread Breno Leitao
Hi Christian, On 04/03/2016 04:36 PM, Christian Seiler wrote: > May be built via gbp buildpackage. If needed, I can also provide a .dsc > file if necessary. I tried to built it on my ppc64el machine using: $ git clone https://anonscm.debian.org/git/collab-maint/dietlibc.git -b ports/ppc64el

[RFC] dietlibc port to ppc64el

2016-04-03 Thread Christian Seiler
Dear PPC porters, I've started helping out with the dietlibc package. Since it does support powerpc (32) and ppc64, and ppc64el is a release architecture, I thought it might be a good thing to try and port it over from ppc64 to ppc64el. (Famous last words: "How difficult can that be?" ;-)) Well,