aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mklibs/patches/001-missing_stdio.patch
Commit message (Collapse)AuthorAgeFilesLines
* add missing includes ('unistd.h') for mklibsMirko Vogt2012-04-121-10/+0
| | | | | | | | This is needed when compiling with GCC >= 4.7.0 since it doesn't implicitly include 'unistd.h' anymore (needed e.g. for file operations in this particular case) - Thanks to Luka Perkov SVN-Revision: 31259
* upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelfFelix Fietkau2009-08-081-4/+3
| | | | SVN-Revision: 17171
* fix mklibs compilation failures on stdio.h not being includedFlorian Fainelli2009-08-071-0/+11
SVN-Revision: 17164