static compile help

2011-10-11 Thread Jed Evnull
I'm having problems statically compiling arm code with a uclibc toolchain generated by buildroot-2011.08. My goal is to statically link against uclibc for the small filesize. I'm compiling outside buildroot, per the instructions. The uclibc toolchain (generated via buildroot) seems to work. I can

[PATCH] libc: fix daylight saving time handling

2011-10-11 Thread Richard Braun
From: Guillaume Bourcier guillaumebourc...@free.fr The algorithm computing daylight saving time incorrectly adds a day for each month after January for leap years. The clock shift from/to DST can be delayed if the last Sunday of a transition month is exactly seven days before the first of the

[PATCH V2] ldd: take LD_LIBRARY_PATH into account

2011-10-11 Thread Carmelo AMOROSO
Extend the environment variables adding the LD_LIBRARY_PATH if actually passed when doing shared library tracings through the ld.so trace capability. This is possible only using the system dynamic linker in stand-alone mode to avoid any vulnerability. Signed-off-by: Carmelo Amoroso

time.c and TZ in uClibc

2011-10-11 Thread slyda
Hello, I am using uClibc on an embedded linux target, and we are using uClibc standard time functions to automatically adjust for daylight savings time on our device. For the most part, this has worked flawlessly for over a year. It appears now that the adjustment for Central

Re: time.c and TZ in uClibc

2011-10-11 Thread Richard Braun
On Tue, Oct 11, 2011 at 11:28:53AM -0500, sl...@verizon.net wrote: It appears now that the adjustment for Central European time (CET) for March of 2012 is not computing right. We've noticed this too, and sent a patch [1] just a few hours ago. -- Richard Braun [1]