You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCC 4.8 will no longer be supported in the future(may be).
Since the default GCC of .el7 is 4.8, we need to consider using SCL.
Notable Changes
No additional commits.
Due to incorrect staging of the upgrade to the GCC 4.9.X compiler, the latest releases for PPC little endian were built using GCC 4.9.X instead of GCC 4.8.X. This caused an ABI breakage on PPCLE based environments. This has been fixed in our infrastructure and we are doing this release to ensure that the hosted binaries are adhering to our platform support contract.
Note that Node.js versions 10.X and later will be built with version 4.9.X or later of the GCC compiler, and it is possible that Node.js version 9.X may be built on the 4.9.X compiler at a later time as the stated minimum compiler requirement for Node.js version 9.X is 4.9.4.
GCC 4.8 will no longer be supported in the future(may be).
Since the default GCC of
.el7
is 4.8, we need to consider using SCL.node/CHANGELOG_V9.md at master · nodejs/node
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V9.md
The text was updated successfully, but these errors were encountered: