[PATCH] libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabled

2013-01-17 Thread Markos Chandras
From: Markos Chandras Fixes the following compilation error: _lfs_64.h: # error Do not include this header in files not built when LFS is disabled Signed-off-by: Markos Chandras --- libc/sysdeps/linux/arm/Makefile.arch | 3 ++- libc/sysdeps/linux/i386/Makefile.arch | 5 +++-- 2 files change

Re: Unable to build uClibc with _FILE_OFFSET_BITS=64

2013-01-17 Thread mail-an-mw123
> hm. can you show me the relevant part of > $ strace -v -o /tmp/ls0.txt ls -1 /mnt/test I've attached both files mount.strace as well as ls-l.strace. > > Iff you have a high st_ino, can you try to mount with noserverino to > workaround it? That is what I already did - thanks anyway. > To your o