index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-09-09 20:09:43 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-09-09 20:09:43 +0200 |
commit | 38d5e1e295c1d33e1acce27c9a1cc61c2f31d963 (patch) | |
tree | e5e55bbb76c0c72b6096526e6c39dbfb395f8d65 /extra/firefox/mozconfig-i686.patch | |
parent | f9011cbd6630a5d9728c12bf28ef1fd9fa524530 (diff) |
-rw-r--r-- | extra/firefox/mozconfig-i686.patch | 10 |
diff --git a/extra/firefox/mozconfig-i686.patch b/extra/firefox/mozconfig-i686.patch index 8d1fa667..bfe954a0 100644 --- a/extra/firefox/mozconfig-i686.patch +++ b/extra/firefox/mozconfig-i686.patch @@ -19,8 +19,8 @@ diff -rauN a/mozconfig b/mozconfig + +# 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 ++export CC=gcc-10 ++export CXX=g++-10 ++export AR=gcc-ar-10 ++export NM=gcc-nm-10 ++export RANLIB=gcc-ranlib-10 |