mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
Backport 1380 from trunk:
- Fix using minimum kernel version for glibc/eglibc. /branches/1.3/config/libc/glibc-eglibc.in-common | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
d1128beb40
commit
1f9323c387
@ -155,6 +155,6 @@ 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…
Reference in New Issue
Block a user