Hi Embedded Hackers,
this is mostly a bugfix release.
The last problems with single libc migration where fixed.
Some stubs for libintl and a tiny libiconv implementation added.
Full changes:
Max Filippov (1):
utils: add -static to CFLAGS when HAVE_SHARED is not set
Thomas Petazzoni (3):
libc/sysdeps/linux/common/madvise.c: disable on noMMU architectures
include/sys/mman.h: remove madvise/posix_madvise prototypes on noMMU
sys/cdefs.h: add definition of __attribute_alloc_size__
Waldemar Brodkorb (12):
bfin: fix a gcc warning
fix static linking for FDPIC toolchains
xtensa: fix static linking
threads: optimize single threaded applications
add libiconv-tiny implementation
add stub implementation for libintl/gettext
remove __MALLOC_GLIBC_COMPAT__ option
remove obstack support
remove misc/gnu, cleanup comment
remove UCLIBC_LINUX_MODULE_26
mips: use the common dirent.h
bump for release
Happy hacking,
Waldemar