Changes between Version 157 and Version 158 of firefox


Ignore:
Timestamp:
05/26/2023 11:28:46 AM (11 months ago)
Author:
ken@…
Comment:

typo - the problem is undefined behavious in llvm16+, not a gcc-13 problem.

Legend:

Unmodified
Added
Removed
Modified
  • firefox

    v157 v158  
    9999nss >= 3.89.1
    100100
    101 if you are using gcc-13, there is a patch at [https://hg.mozilla.org/releases/mozilla-beta/rev/424a213f8a13] which should be in 114.0b7 whenever that appears - see bmo1831242.
     101if you are using llvm-16, there is a patch at [https://hg.mozilla.org/releases/mozilla-beta/rev/424a213f8a13] which should be in 114.0b7 whenever that appears - see bmo1831242.
    102102
    103103The 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).