diff options
-rw-r--r-- | config/libc/eglibc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 72ef1f25..1e1dcea9 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -32,7 +32,7 @@ config EGLIBC_V_2_8 bool prompt "2_8" -config LIBC_V_2_9 +config EGLIBC_V_2_9 bool prompt "2_9" @@ -54,7 +54,7 @@ config LIBC_VERSION default "2_6" if EGLIBC_V_2_6 default "2_7" if EGLIBC_V_2_7 default "2_8" if EGLIBC_V_2_8 - default "2_9" if LIBC_V_2_9 + default "2_9" if EGLIBC_V_2_9 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |