Merge pull request #1507 from cpackham/misc-fixes

Misc fixes
This commit is contained in:
Chris Packham 2021-05-12 19:01:44 +12:00 committed by GitHub
commit fbccd749ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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'