Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2015-12-16 | uclibc: Switch to using uclibc-ng | Khem Raj | 1 | |
uclibc-ng is a maintained fork of uclibc project. Lets switch to using that add patches to fix memory leak in canonicalize_file_name-memory Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> | ||||
2015-10-24 | uclibc: Fix build with gcc5 | Khem Raj | 1 | |
An agressive optimization in gcc5 meant that we get linking errors with uclibc build, this patch fixes the issue by letting gcc know that these funcitons are used. Change-Id: I8ecf3999a0855b3bbf4bc2df576be5351f9be5b0 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> |