|
|
|
|
|
by evmar
3879 days ago
|
|
The Chrome team doesn't want to support multiple distinct Linux binaries, so they drop older platforms once library versions skew enough to cause this. (This page claims it's libstdc++: http://chrome.richardlloyd.org.uk/ .) I think the Chrome binaries are built on Debianish systems so it's always a small miracle that the RPMs work anywhere. (Why only support one binary? There's already a disproportionate work_required/users_served ratio for Linux vs the non-Linux platforms even with a single binary, and multiple binaries would mean multiple nonmatching stacks in crash-catching and a more elaborate testing matrix. You can find Chromium builds of the equivalent code that are built with the appropriate toolchain for your platform anyway.) Disclaimer: I worked on Linux Chrome many years ago, all of the above is just guessing based on what was true back then. |
|