[tbb-commits] [tor-browser] 01/02: fixup! Base Browser's .mozconfigs.

gitolite role git at cupani.torproject.org
Wed Aug 31 08:50:23 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch tor-browser-102.2.0esr-12.0-1
in repository tor-browser.

commit de57e6ff0fccb1283bdc9e539ca56a980d7aa7f5
Author: Jeremy Rand <jeremyrand at danwin1210.de>
AuthorDate: Wed Aug 31 07:55:28 2022 +0000

    fixup! Base Browser's .mozconfigs.
    
    Bug 32355: Add linux-arm base-browser mozconfig
---
 mozconfig-linux-arm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/mozconfig-linux-arm b/mozconfig-linux-arm
new file mode 100644
index 0000000000000..0a476ed03bb40
--- /dev/null
+++ b/mozconfig-linux-arm
@@ -0,0 +1,18 @@
+. $topsrcdir/browser/config/mozconfigs/base-browser
+
+ac_add_options --target=arm-linux-gnueabihf
+
+ac_add_options --enable-default-toolkit=cairo-gtk3
+
+# Bug 31448: ld.gold fails if we don't disable debug-symbols.
+# Also, we keep strip enabled.
+ac_add_options --disable-debug-symbols
+
+# From Arch Linux ARM for Firefox 102.0.1
+# https://github.com/archlinuxarm/PKGBUILDs/blob/6da804f4020487c112f59ea067e6644a309c4338/extra/firefox/PKGBUILD
+ac_add_options --disable-elf-hack
+ac_add_options --disable-av1
+ac_add_options --enable-optimize="-g0 -O2"
+# One of the following two lines (not sure which) prevents "read-only segment has dynamic relocations" linker error.
+export MOZ_DEBUG_FLAGS=" "
+export RUSTFLAGS="-Cdebuginfo=0"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list