diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-10 15:09:20 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-12 16:15:41 -0800 |
commit | a173dfa93937d835b10f3b460faaa652a017f035 (patch) | |
tree | 6d4fdcc83408064695bf18339aca9a4bcc9ca87a /config | |
parent | 21a448516e2585d581f9dd90c566600831d7c86b (diff) | |
download | crosstool-ng-a173dfa93937d835b10f3b460faaa652a017f035.tar.gz crosstool-ng-a173dfa93937d835b10f3b460faaa652a017f035.tar.bz2 crosstool-ng-a173dfa93937d835b10f3b460faaa652a017f035.zip |
uClibc: Fall back to default configs if not provided
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>
Diffstat (limited to 'config')
-rw-r--r-- | config/libc/uClibc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index dc37f848..4e57be05 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -149,5 +149,5 @@ config LIBC_UCLIBC_CONFIG_FILE default "" help Path to the configuration file. - - You _must_ provide one (for now). + + If the file is not provided, we fall back to a default config file. |