mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-12 21:45:18 +00:00
16 lines
629 B
Plaintext
16 lines
629 B
Plaintext
# Linux kernel options
|
|
|
|
## depends on ! ARCH_avr
|
|
## select KERNEL_SUPPORTS_SHARED_LIBS
|
|
##
|
|
## help Build a toolchain targeting systems running Linux as a kernel.
|
|
|
|
# GLIBC and kernel are special when it comes to obsoletion. Users
|
|
# of crosstool-ng depend on the ability to build new toolchains matching
|
|
# the kernel/libc versions of a particular target system, and LTS releases
|
|
# are still using quite ancient versions. Please do not retire versions
|
|
# (including versions in between) until the EOL dates indicated below.
|
|
# Such pinned versions are indicated in version.desc files with a comment.
|
|
|
|
source "config/versions/linux.in"
|