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.patch12
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/firefox/mozconfig-pentium4.patch b/extra/firefox/mozconfig-pentium4.patch
index ff2b1602..8b51064a 100644
--- a/extra/firefox/mozconfig-pentium4.patch
+++ b/extra/firefox/mozconfig-pentium4.patch
@@ -17,8 +17,10 @@ diff -rauN a/mozconfig b/mozconfig
+
+# pentium4 specific options
+ac_add_options --disable-lto
-+export CC=gcc-10
-+export CXX=g++-10
-+export AR=gcc-ar-10
-+export NM=gcc-nm-10
-+export RANLIB=gcc-ranlib-10
++ac_add_options --disable-install-strip
++export CC=gcc
++export CXX=g++
++export AR=ar
++export NM=nm
++export RANLIB=ranlib
++export STRIP=strip