commit c90f6e1aed64834c0ceff1ee9c0af42312705aeb
parent fbcff9e6ae8e478a65145491ac2bc1eb9bdbd4a1
Author: Julien Cristau <jcristau@mozilla.com>
Date: Tue, 21 Oct 2025 13:11:52 +0000
Bug 1995342 - update documentation of supported build targets. r=firefox-build-system-reviewers,ahochheiden DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D269339
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/build/docs/supported-configurations.rst b/build/docs/supported-configurations.rst
@@ -97,8 +97,8 @@ regressions or other major problems **will be reverted immediately**.
The **Tier-1 Firefox platforms** and their supported compilers are:
-- Android on Linux x86, x86-64, ARMv7 and ARMv8-A (clang)
-- Linux/x86 and x86-64 (gcc and clang), Linux/AArch64 (clang)
+- Android on Linux x86-64, ARMv7 and ARMv8-A (clang)
+- Linux x86-64 (gcc and clang), Linux/AArch64 (clang)
- macOS 10.15 and later on x86-64 and AArch64 (clang)
- Windows/x86, x86-64 and AArch64 (clang-cl)
@@ -144,8 +144,7 @@ platforms may or may not work correctly or build at all.
**Tier-3 Firefox platforms** include:
- Linux on various CPU architectures including ARM variants not listed
- above, PowerPC, and x86 CPUs without SSE2 support - maintained by
- various Linux distributions
+ above, PowerPC, and x86 CPUs - maintained by various Linux distributions
- FreeBSD/x86, x86-64, Aarch64 (clang) - `maintained by gecko@FreeBSD.org <https://www.freshports.org/www/firefox/>`__
- OpenBSD/x86, x86-64 (clang) - maintained by Landry Breuil
- NetBSD/x86-64 (gcc) - maintained by David Laight