summaryrefslogtreecommitdiff
path: root/user/thunderbird/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/thunderbird/APKBUILD')
-rw-r--r--user/thunderbird/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/thunderbird/APKBUILD b/user/thunderbird/APKBUILD
index ec73faadd..bd69b282f 100644
--- a/user/thunderbird/APKBUILD
+++ b/user/thunderbird/APKBUILD
@@ -107,7 +107,7 @@ build() {
export CXXFLAGS="-fno-delete-null-pointer-checks -fno-schedule-insns2"
case "${CARCH}" in
- armv7)
+ pmmx|x86|ppc|i528|m68k|mips32*|arm*)
# 32-bit memory ceiling, #1012
LDFLAGS="${LDFLAGS} -Wl,--strip-debug";
;;