From a128470d343cd958885663af54a198e84091202c Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 18 Sep 2020 15:56:14 +0000 Subject: [PATCH] gecko: drop ancient sparc64 workaround FreeBSD 13.0 no longer supports sparc64. Firefox >= 53 requires Rust but sparc64 is only supported by Linux, NetBSD, OpenBSD. https://bugzilla.mozilla.org/show_bug.cgi?id=455393 --- Mk/bsd.gecko.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 91d306f7d082..a93b76383db3 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -311,9 +311,6 @@ BUILD_DEPENDS+= as:devel/binutils . if ${ARCH} == "powerpc64" MOZ_EXPORT+= UNAME_m="${ARCH}" . endif -.elif ${ARCH} == "sparc64" -# Work around miscompilation/mislinkage of the sCanonicalVTable hacks. -MOZ_OPTIONS+= --disable-v1-string-abi .endif .else # bsd.port.post.mk