diff options
author | Alexey Neyman <stilor@att.net> | 2017-03-22 18:33:19 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-03-22 18:33:19 -0700 |
commit | 9435dfc9469d8e481172a89b6736b423eb63072f (patch) | |
tree | 7cca5d3ec060b294ede36821bd9c8075426ad00f /config/libc.in | |
parent | 54f43778b1a2723481f3df304b67ead45fe91862 (diff) | |
download | crosstool-ng-9435dfc9469d8e481172a89b6736b423eb63072f.tar.gz crosstool-ng-9435dfc9469d8e481172a89b6736b423eb63072f.tar.bz2 crosstool-ng-9435dfc9469d8e481172a89b6736b423eb63072f.zip |
Fix unclosed string
... that resulted in a warning from kconfig
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc.in')
-rw-r--r-- | config/libc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libc.in b/config/libc.in index e05934fd..05662124 100644 --- a/config/libc.in +++ b/config/libc.in @@ -98,7 +98,7 @@ config CREATE_LDSO_CONF Note that Buildroot errors out if it sees /etc/ld.so.conf. config LDSO_CONF_EXTRA_DIRS_ARRAY - string "Extra directories to add to /etc/ld.so.conf + string "Extra directories to add to /etc/ld.so.conf" depends on CREATE_LDSO_CONF help Extra directories to include in /etc/ld.so.conf. The directories |