diff options
author | 2025-01-23 10:11:44 +0100 | |
---|---|---|
committer | 2025-01-23 10:11:44 +0100 | |
commit | c29f6b86d7d20cb7640749bea432d9db834e964a (patch) | |
tree | 561abf016515c9d9ee2fd520942cc18890beafba /sys-libs | |
parent | Revert "sys-libs/glibc: make libgcc_s.so.1 copy in test dir executable" (diff) | |
download | gentoo-c29f6b86d7d20cb7640749bea432d9db834e964a.tar.gz gentoo-c29f6b86d7d20cb7640749bea432d9db834e964a.tar.bz2 gentoo-c29f6b86d7d20cb7640749bea432d9db834e964a.zip |
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@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 10 |
1 files changed, 0 insertions, 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 |