aboutsummaryrefslogtreecommitdiff
path: root/contrib/uClibc-defconfigs
Commit message (Collapse)AuthorAgeFilesLines
* Add configuration options for enabling SSPAlexey Neyman2018-12-042-317/+0
| | | | | | | | | | | ... in uClibc and glibc. Fixes #681. While here, relocate additional "sources" for uClibc/binutils into packages/ directory. Signed-off-by: Alexey Neyman <stilor@att.net>
* Remove OBSTACK from uclibc-ng configAlexey Neyman2017-02-041-1/+0
| | | | | | | It has been (incompletely) removed since 1.0.21. Requested-by: Waldemar Brodkorb <wbx@uclibc-ng.org> Signed-off-by: Alexey Neyman <stilor@att.net>
* uClibc: Fall back to default configs if not providedBryan Hundven2015-11-122-0/+318
I've added the .config files to contrib/uClibc-defconfigs from buildroot to use as default configs if they are not provided in the sample. If a particular architecture really needs an option set, it should be either updated in the manange_uClibc_config function in scripts/build/libc/uClibc.sh or a custom ${uclibc_name}.config should be added to the sample (usually via `ct-ng saveconfig`). Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>