index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-03-27 18:12:14 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-03-27 18:12:14 +0100 |
commit | 9f22f883e125a62e619276930e098bbac25bf6f3 (patch) | |
tree | 8381425ee13857185f5c6c9fc7fb58a3ca51a8d9 /extra/firefox/mozconfig-i686.patch | |
parent | 540c130d504ce1f84da836e3cdf47fa80973e1c4 (diff) |
-rw-r--r-- | extra/firefox/mozconfig-i686.patch | 22 |
diff --git a/extra/firefox/mozconfig-i686.patch b/extra/firefox/mozconfig-i686.patch index 73b4434b..8d1fa667 100644 --- a/extra/firefox/mozconfig-i686.patch +++ b/extra/firefox/mozconfig-i686.patch @@ -1,7 +1,7 @@ diff -rauN a/mozconfig b/mozconfig ---- a/mozconfig 2021-02-07 09:37:39.668372717 +0100 -+++ b/mozconfig 2021-02-07 09:38:10.241622176 +0100 -@@ -5,14 +5,15 @@ +--- a/mozconfig 2021-03-27 17:15:18.957711830 +0100 ++++ b/mozconfig 2021-03-27 17:18:01.431035465 +0100 +@@ -5,8 +5,8 @@ ac_add_options --enable-release ac_add_options --enable-hardening ac_add_options --enable-optimize @@ -10,17 +10,17 @@ diff -rauN a/mozconfig b/mozconfig +ac_add_options --disable-rust-simd +ac_add_options --enable-linker=bfd ac_add_options --disable-elf-hack --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 + + # Branding +@@ -35,3 +35,11 @@ + ac_add_options --enable-crashreporter + ac_add_options --disable-updater + ac_add_options --disable-tests ++ ++# pentium4 specific options +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 |