summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-14 22:16:34 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-14 22:16:44 +0200
commit5b0d55ca980cf4a2abf574832060bb8b517b6203 (patch)
tree6952264aa2a4ffac9fdffbc5cf85012874fa4afd /sys-libs
parentsci-electronics/gspeakers: EAPI-7 bump (diff)
downloadgentoo-5b0d55ca980cf4a2abf574832060bb8b517b6203.tar.gz
gentoo-5b0d55ca980cf4a2abf574832060bb8b517b6203.tar.bz2
gentoo-5b0d55ca980cf4a2abf574832060bb8b517b6203.zip
sys-libs/glibc: Run compiler tests only when compiling
Closes: https://bugs.gentoo.org/786570 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.33-r6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.33-r6.ebuild b/sys-libs/glibc/glibc-2.33-r6.ebuild
index c3965440378f..53507027d872 100644
--- a/sys-libs/glibc/glibc-2.33-r6.ebuild
+++ b/sys-libs/glibc/glibc-2.33-r6.ebuild
@@ -677,7 +677,7 @@ sanity_prechecks() {
fi
# When we actually have to compile something...
- if ! just_headers ; then
+ if ! just_headers && [[ ${MERGE_TYPE} != "binary" ]] ; then
ebegin "Checking gcc for __thread support"
if ! eend $(want__thread ; echo $?) ; then
echo