summaryrefslogtreecommitdiff
path: root/contrib/uClibc-defconfigs/uClibc.config
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05Add configuration options for enabling SSPAlexey Neyman1-277/+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>
2015-11-13uClibc: Fall back to default configs if not providedBryan Hundven1-0/+277
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>