summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-10-20 21:54:34 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-10-20 21:54:34 +0200
commit16167fa392807a059f23b6e2081821947ab18774 (patch)
tree4774cc447d4a7991f7704a2d591c8848d539f163 /mail-client/thunderbird
parentwww-client/firefox: remove special ppc64 handling (diff)
downloadgentoo-16167fa392807a059f23b6e2081821947ab18774.tar.gz
gentoo-16167fa392807a059f23b6e2081821947ab18774.tar.bz2
gentoo-16167fa392807a059f23b6e2081821947ab18774.zip
mail-client/thunderbird: synchronize with www-client/firefox
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r--mail-client/thunderbird/thunderbird-78.3.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/thunderbird/thunderbird-78.3.3.ebuild b/mail-client/thunderbird/thunderbird-78.3.3.ebuild
index e9d252f03cc6..73ffa952a065 100644
--- a/mail-client/thunderbird/thunderbird-78.3.3.ebuild
+++ b/mail-client/thunderbird/thunderbird-78.3.3.ebuild
@@ -755,12 +755,12 @@ src_configure() {
# Additional ARCH support
case "${ARCH}" in
- arm | ppc64)
+ arm)
# Reduce the memory requirements for linking
if use clang ; then
# Nothing to do
:;
- elif tc-ld-is-gold ; then
+ elif tc-ld-is-gold || use lto ; then
append-ldflags -Wl,--no-keep-memory
else
append-ldflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads