doc: update gcc toolchains to gcc-13 and g++-13#64018
Conversation
since the prerequisites are `gcc` and `g++` >= `13.2` Signed-off-by: louiellan <louie.lou.llaneta@gmail.com>
|
Review requested:
|
|
Can you give more details on why this change? |
|
There's just a mismatch on the install snippet and the required toolchains needed Lines 245 to 248 in 1258a19 The unix prerequisites here requires a gcc toolchain node/deps/v8/src/compiler/turboshaft/assembler.h Lines 1831 to 1843 in 1258a19 And that this macro also throws an static assertion error in gcc |
|
|
I think these examples are only there originally because the default versions of gcc could not be used previously. We should probably update all gcc examples to clang though as it is quite likely that gcc will be downgraded for Node.js 27 (based on upstream V8). |
Update doc for installing prerequisites on Ubuntu
Refs: #62555