Changes between Version 135 and Version 136 of firefox
- Timestamp:
- 09/26/2022 02:09:20 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified firefox
v135 v136 78 78 For the moment, g++ can be used if you pass --without-wasm-sandboxed-libraries but the changes in gcc-12 mean that the book has moved to using clang++, still without wasm. 79 79 80 == Dependencies for 106.0beta (not yet tested)==80 == Dependencies for 106.0beta == 81 81 82 82 nss >= 3.83 … … 84 84 nspr ships as 4.35.0 in nsprpub/pr/include/prinit.h although it documents 4.34.1 in security/nss/automation/release/nspr-version.txt 85 85 86 BLFS has now moved to rustc-1.64.0 (to suit llvm-15) so I am using that for testing. 87 86 88 The early betas for 92.0 and 93.0 needed static libstdc++.a to link logalloc-replay (that specifies -static-libstdc++). In later betas that was not compiled. While using a static system lib (outside of rust) is annoying, the expected lifetime of a firefox beta is short and this requirement can be remembered if a vulnerability in libstdc++ is ever disclosed. I assume this requirement will continue for early betas (those where EARLY_BETA_OR_EARLIER is defined in build/defines.sh). 87 89