diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-16 13:17:57 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-16 13:17:57 -0800 |
commit | e6c900a32f5fd67962bd373f30042f051512f9eb (patch) | |
tree | d0f25b94fefc0a9d1b44b8a554bc1ca383dfad91 | |
parent | 6ac8e31a519f41af7838bb5261e0fe989fb428bd (diff) | |
parent | 0929675b95aee0e08877e4d991015be0f7a5fd0e (diff) | |
download | crosstool-ng-e6c900a32f5fd67962bd373f30042f051512f9eb.tar.gz crosstool-ng-e6c900a32f5fd67962bd373f30042f051512f9eb.tar.bz2 crosstool-ng-e6c900a32f5fd67962bd373f30042f051512f9eb.zip |
Merge pull request #267 from bhundven/uclibc-prompt-fix
uClibc-ng: Fix version prompt
-rw-r--r-- | config/libc/uClibc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 491bcc6a..06a89751 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -28,7 +28,7 @@ choice config LIBC_UCLIBC_NG_V_1_0_9 bool - prompt "1.0.8" + prompt "1.0.9" select LIBC_UCLIBC_NG_1_0_9_or_later config LIBC_UCLIBC_V_0_9_33_2 |