uClibc for Powerpc 64

2008-08-11 Thread lai wei
Hi, I would like to compile uClibc for powerpc64, does someone know how can I do it? obs: I can compile it just for powerpc architecture. thanks Lai ___ uClibc mailing list uClibc@uclibc.org http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Re: gentoo patchset

2008-08-11 Thread Carmelo Amoroso
Cristi Magherusan wrote: Hello, On Fri, 2008-08-08 at 12:15 +0200, Carmelo AMOROSO wrote: Cristi Magherusan wrote: Hello, I noticed that the gentoo uclibc ebuild[1] applies a considerable amount of patches[2]. Has anyone investigated how many of them worth including in the main uclibc

Re: Default Password for uclibc login

2008-08-11 Thread Carmelo Amoroso
Mandeep Ahuja wrote: Hi everyone, I have a buildroot which builds uclibc tool chain with busybox1.2.2.1. When I telnet into my board it says uclibc login: root Password: username is root, I dont know what the password is? I have tried nothing, blank, root, rootmenothing worked.

Re: [PATCH] sh: Fix args for __uClibc_main() in crt1.S

2008-08-11 Thread Paul Mundt
On Fri, Aug 08, 2008 at 10:04:27AM +0900, Takashi Yoshii wrote: This still requires the kernel zeroing the r4 value before handing control over as per your FLAT_PLAT_INIT() patch, correct? Yes. I think kernel should set(clear) r4 for static object(ELF and FLT). For shared one(currently ELF),