diff options
author | 2024-01-09 16:19:37 +0100 | |
---|---|---|
committer | 2024-01-09 16:21:25 +0100 | |
commit | 04c21a994d3b78fd1830435ce92f60f784dea552 (patch) | |
tree | 482250cbe8aa69480802aeb109104473d8fdb79f /sys-libs/glibc | |
parent | media-sound/reaper-bin: add 7.08, drop 7.07-r1 (diff) | |
download | gentoo-04c21a994d3b78fd1830435ce92f60f784dea552.tar.gz gentoo-04c21a994d3b78fd1830435ce92f60f784dea552.tar.bz2 gentoo-04c21a994d3b78fd1830435ce92f60f784dea552.zip |
sys-libs/glibc: Drop ia64 in 9999
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index a1efdfa51e2c..4740163cf11f 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -1082,16 +1082,6 @@ glibc_do_configure() { echo "$@" "$@" || die "failed to configure glibc" - # ia64 static cross-compilers are a pita in so much that they - # can't produce static ELFs (as the libgcc.a is broken). so - # disable building of the programs for those targets if it - # doesn't work. - # XXX: We could turn this into a compiler test, but ia64 is - # the only one that matters, so this should be fine for now. - if is_crosscompile && [[ ${CTARGET} == ia64* ]] ; then - sed -i '1i+link-static = touch $@' config.make - fi - # If we're trying to migrate between ABI sets, we need # to lie and use a local copy of gcc. Like if the system # is built with MULTILIB_ABIS="amd64 x86" but we want to @@ -1117,7 +1107,7 @@ glibc_headers_configure() { # the best here ... local v vars=( ac_cv_header_cpuid_h=yes - libc_cv_{386,390,alpha,arm,hppa,ia64,mips,{powerpc,sparc}{,32,64},sh,x86_64}_tls=yes + libc_cv_{386,390,alpha,arm,hppa,mips,{powerpc,sparc}{,32,64},sh,x86_64}_tls=yes libc_cv_asm_cfi_directives=yes libc_cv_broken_visibility_attribute=no libc_cv_c_cleanup=yes |