index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-29 10:38:09 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-29 10:38:09 +0200 |
commit | 0a92b80d68fa05a86d57bddf9987515c469b2557 (patch) | |
tree | 38cb0c44256b2373f8564ad3192b720600847002 /extra/firefox/mozconfig-pentium4.patch | |
parent | e48b53bc7fe1300ac71553bda5057528e55fd261 (diff) |
-rw-r--r-- | extra/firefox/mozconfig-pentium4.patch | 2 |
diff --git a/extra/firefox/mozconfig-pentium4.patch b/extra/firefox/mozconfig-pentium4.patch index ff2b1602..0201a74f 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 ++ac_add_options --disable-install-strip +export CC=gcc-10 +export CXX=g++-10 +export AR=gcc-ar-10 +export NM=gcc-nm-10 +export RANLIB=gcc-ranlib-10 ++export STRIP=strip |