aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/headers/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: remove uClibc-ngRosen Penev2020-12-221-27/+0
| | | | | | | | After musl was introduced, it was desired to remove uClibc-ng. As ARC has no musl support, it was kept around. However, glibc 2.32 includes ARC support. This makes it possible to finally remove it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* toolchain: skip gcc/minimal for muslFelix Fietkau2016-07-071-0/+1
| | | | | | | | No extra libc header build step is done, so no extra toolchain is needed for preparing it. This saves a significant amount of build time and disk space Signed-off-by: Felix Fietkau <nbd@nbd.name>
* uClibc: split the package into the main directory and the headers/ and ↵Felix Fietkau2012-06-301-0/+26
utils/ subdirectories to clean up build order and fix quilt support SVN-Revision: 32557