>>> Another question, on powerpc, i see: >>> >>> Makefile.in:139: warning: overriding commands for target >>> `include/bits/local_lim.h' >>> libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch:202: >>> warning: ignoring old commands for target `include/bits/local_lim.h' >>> >>> Can you advise on this on, please? >> >> Is this happening on Khem's tree or future branch? > > on the future branch (really on master with > uclibc.org/~aldot/uClibc/psm-future.tar.gz ontop).
I have again updated this tarball now. Can you reproduce it? > Another thing: with LD_SO_CACHE=y O_CLOEXEC is not defined (you removed all > the > _GNU_SOURCE and we did not yet adjust it for susv4) so ldso fails to build > with: > CC ldso/ldso/ldso.oS > In file included from ldso/ldso/ldso.c:1432:0: > ldso/ldso/dl-elf.c: In function '_dl_map_cache': > ldso/ldso/dl-elf.c:54:45: error: 'O_CLOEXEC' undeclared (first use in > this function) Disregard this, i had to fix your OABI vs EABI check since otherwise pregen headers barfed (since the did not include the config). Fixed now by including uClibc_config.h in the arm arch_features before the abi check. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
