is rpmatch in uClibc?

2009-09-25 Thread Stephan Raue
Hi all, is rpmatch in uclibc? how can i enable this when its there? Stephan -- ### OpenELEC.tv ### The free and open Mediacenter Distribution 4 you http://www.openelec.tv ___ uClibc mailing list uClibc@uclibc.org http://lis

Re: Discrepancy? uClibc seems very large

2009-09-25 Thread Michael Deutschmann
On Sat, 26 Sep 2009, Ersin Akinci wrote: > Ah, you're correct. I was running a simple du ./ on the install dir, > but I didn't realize that that included the header files and static > libs. My total /lib comes out to ~320 KB and my libuClibc-*.so is > ~160 KB. > > Are the header files needed for

Re: Discrepancy? uClibc seems very large

2009-09-25 Thread Ersin Akinci
Ah, you're correct. I was running a simple du ./ on the install dir, but I didn't realize that that included the header files and static libs. My total /lib comes out to ~320 KB and my libuClibc-*.so is ~160 KB. Are the header files needed for anything? Can I delete them safely? -Ersin On Sat

Re: Discrepancy? uClibc seems very large

2009-09-25 Thread Michael Deutschmann
On Fri, 25 Sep 2009, Ersin Akinci wrote: > Yet whenever I compile uClibc seperately (also using the buildroot > toolchain w/ uClibc) it always comes to somewhere between 3.5-4.5 MB with > a rather slim config. Are you looking at the shared library file (/lib/libuClibc-*.so) or the static library (

[PATCH][MIPS] Do not save variables in "hi" or "lo" across system calls

2009-09-25 Thread Daniel Jacobowitz
The kernel does not save these registers across system calls. GCC 4.4 has gotten more agressive about using them for temporary variables, so this shows up as intermittent crashes if you use a recent compiler. Signed-off-by: Daniel Jacobowitz diff --git a/libc/sysdeps/linux/mips/bits/syscalls.h

Discrepancy? uClibc seems very large

2009-09-25 Thread Ersin Akinci
Hi all, I'm developing a custom floppy-based distro for my ancient P5 laptop, and so naturally I've delved into the world of uClibc, buildroot, and busybox. As I've been compiling, I've noticed something that seems strange to me. When I compile busybox and link it statically using the buildroot