uclibc: add various upstream patches
commit41e5c94c5661afcff45d222551f317a3b84b17d7
authorWaldemar Brodkorb <wbx@openadk.org>
Sat, 10 Dec 2016 14:44:42 +0000 (10 15:44 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Dec 2016 14:59:28 +0000 (10 15:59 +0100)
treed307bdd93613f829eca25507afb29fac731dc1fb
parent0c99704adf7e6990d10aa4df72f23d97cff78caf
uclibc: add various upstream patches

Fix some static linking issues for Xtensa/Blackfin.
Optimize the size for non-threaded static binaries and
fix static C/C++ applications when running on the target.
Fix noMMU madvise declarations.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/uclibc/0001-libc-sysdeps-linux-common-madvise.c-disable-on-noMMU.patch [new file with mode: 0644]
package/uclibc/0002-include-sys-mman.h-remove-madvise-posix_madvise-prot.patch [new file with mode: 0644]
package/uclibc/0003-bfin-fix-a-gcc-warning.patch [new file with mode: 0644]
package/uclibc/0004-fix-static-linking-for-FDPIC-toolchains.patch [new file with mode: 0644]
package/uclibc/0005-xtensa-fix-static-linking.patch [new file with mode: 0644]
package/uclibc/0006-threads-optimize-single-threaded-applications.patch [new file with mode: 0644]