Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/firefox/mozconfig-pentium4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/firefox/mozconfig-pentium4.patch')
-rw-r--r--extra/firefox/mozconfig-pentium4.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/firefox/mozconfig-pentium4.patch b/extra/firefox/mozconfig-pentium4.patch
new file mode 100644
index 00000000..b179e883
--- /dev/null
+++ b/extra/firefox/mozconfig-pentium4.patch
@@ -0,0 +1,22 @@
+diff -rauN a/mozconfig b/mozconfig
+--- a/mozconfig 2020-04-04 12:27:32.340912278 +0200
++++ b/mozconfig 2020-04-04 12:28:33.890907786 +0200
+@@ -5,11 +5,12 @@
+ ac_add_options --enable-hardening
+ ac_add_options --enable-optimize
+ ac_add_options --enable-rust-simd
+-export CC='clang --target=x86_64-unknown-linux-gnu'
+-export CXX='clang++ --target=x86_64-unknown-linux-gnu'
+-export AR=llvm-ar
+-export NM=llvm-nm
+-export RANLIB=llvm-ranlib
++ac_add_options --disable-lto
++export CC=gcc
++export CXX=g++
++export AR=gcc-ar
++export NM=gcc-nm
++export RANLIB=gcc-ranlib
+
+ # Branding
+ ac_add_options --enable-official-branding
+