From c7195f69697adc6fa5b861b065fb5b78ae9e9620 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 10 Oct 2023 02:28:45 -0500 Subject: user/{firefox-esr,thunderbird}: Strip 32-bit debug Linking fails on a 32-bit lab machine with the same error as ARMv7. Change the conditional to include all known 32-bit platforms. Ref: #1012, #1057 --- user/firefox-esr/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/firefox-esr') diff --git a/user/firefox-esr/APKBUILD b/user/firefox-esr/APKBUILD index 4c9e50068..22b156a49 100644 --- a/user/firefox-esr/APKBUILD +++ b/user/firefox-esr/APKBUILD @@ -71,7 +71,7 @@ prepare() { echo "mk_add_options MOZ_MAKE_FLAGS=\"-j$JOBS\"" >> "$builddir"/mozconfig case "$CARCH" in - pmmx|x86*) + pmmx|x86*|arm*) echo "ac_add_options --disable-elf-hack" >> "$builddir"/mozconfig ;; ppc) @@ -93,7 +93,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"; ;; -- cgit v1.2.3-60-g2f50