mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
commit
fbccd749ec
@ -1,8 +1,8 @@
|
||||
# Alpha specific configuration file
|
||||
|
||||
## no-package
|
||||
## select ARCH_SUPPORTS_32
|
||||
## select ARCH_DEFAULT_32
|
||||
## select ARCH_SUPPORTS_64
|
||||
## select ARCH_DEFAULT_64
|
||||
## select ARCH_USE_MMU
|
||||
## select ARCH_SUPPORTS_WITH_CPU
|
||||
## select ARCH_SUPPORTS_WITH_TUNE
|
||||
|
@ -150,7 +150,7 @@ config GLIBC_NO_SPARC_V8
|
||||
# The option and the code has finally been removed in 2.32
|
||||
config GLIBC_HAS_OBSOLETE_RPC
|
||||
def_bool y
|
||||
depends on GLIBC_2_14_or_later && !CT_GLIBC_2_32_or_later
|
||||
depends on GLIBC_2_14_or_later && !GLIBC_2_32_or_later
|
||||
|
||||
config GLIBC_EXTRA_CONFIG_ARRAY
|
||||
string
|
||||
|
@ -1,4 +1,4 @@
|
||||
repository='git https://github.com/strace/strace.git'
|
||||
bootstrap='./bootstrap'
|
||||
mirrors='https://strace.io/files/${CT_STRACE_VERSION}'
|
||||
mirrors='https://strace.io/files/${CT_STRACE_VERSION} https://github.com/strace/strace/releases/download/v${CT_STRACE_VERSION}'
|
||||
archive_formats='.tar.xz'
|
||||
|
Loading…
x
Reference in New Issue
Block a user