summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/glibc/glibc-2.33-r6.ebuild')
-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