mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +00:00
config/glibc: Disable ports/ for 2.20
As per the glibc release notes for 2.20: -------------------------------------------------------------------------------- All supported architectures now use the main glibc sysdeps directory instead of some being in a separate "ports" directory (which was distributed separately before glibc 2.17). -------------------------------------------------------------------------------- There isn't a ports directory anymore. So disable using and forcing it. closes #7 on crosstool-ng github Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
8ad1b492d3
commit
f59d75c182
@ -14,6 +14,7 @@ config LIBC_GLIBC_MAY_FORCE_PORTS
|
||||
default y if ARCH_arm
|
||||
default y if ARCH_mips
|
||||
select LIBC_GLIBC_USE_PORTS
|
||||
depends on !LIBC_GLIBC_2_20_or_later
|
||||
|
||||
# Force using the BFD linker during the toolchain build
|
||||
config LIBC_glibc_familly
|
||||
@ -121,6 +122,7 @@ config LIBC_GLIBC_FORCE_UNWIND
|
||||
config LIBC_GLIBC_USE_PORTS
|
||||
bool
|
||||
prompt "Use the ports addon"
|
||||
depends on !LIBC_GLIBC_2_20_or_later
|
||||
help
|
||||
The ports addon contains some architecture ports that are not available
|
||||
in the official distribution.
|
||||
|
Loading…
Reference in New Issue
Block a user