commit: c29f6b86d7d20cb7640749bea432d9db834e964a Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Jan 23 09:11:44 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Jan 23 09:11:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29f6b86
Revert "sys-libs/glibc: copy libgcc_s.so.1 into testdir (needed e.g. for arm)" This reverts commit 0da0587f87c4e6285d94e5794c0617805eacb331. Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-libs/glibc/glibc-9999.ebuild | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index ce1e17c086a8..9622057c7724 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -1295,16 +1295,6 @@ glibc_src_test() { done fi - # on some architectures, libsupport requires libgcc_s.so support for unwinding - # if it's not present then many tests fail - - if tc-is-gcc ; then - local lgc=$(${CC} -print-libgcc-file-name) - lgc=${lgc/.a/_s.so.1} - einfo "Copying ${lgc} into build directory" - cp "${lgc}" ./ || die - fi - # sandbox does not understand unshare() and prevents # writes to /proc/, which makes many tests fail