mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
Fix using minimum kernel version for glibc/eglibc.
Spotted by "Kim B. Heino" <Kim.Heino@bluegiga.com>. /trunk/config/libc/glibc-eglibc.in-common | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
3f72b63050
commit
98b93e2cca
@ -151,7 +151,7 @@ config LIBC_GLIBC_MIN_KERNEL
|
|||||||
string
|
string
|
||||||
default "" if LIBC_GLIBC_KERNEL_VERSION_NONE
|
default "" if LIBC_GLIBC_KERNEL_VERSION_NONE
|
||||||
default KERNEL_VERSION if LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS
|
default KERNEL_VERSION if LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS
|
||||||
default LIBC_GLIBC_MIN_KERNEL_VERSION if LIBC_GLIBC_USE_HEADERS_MIN_KERNEL
|
default LIBC_GLIBC_MIN_KERNEL_VERSION if LIBC_GLIBC_KERNEL_VERSION_CHOSEN
|
||||||
|
|
||||||
endif # KERNEL_linux
|
endif # KERNEL_linux
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user