mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:47:34 +00:00
Toolchain: Update gcc to version 12.2.0
This commit is contained in:
parent
c713e76941
commit
7ac3dffe9e
2 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "SerenityOS")
|
|||
endif()
|
||||
|
||||
# Check for toolchain mismatch, user might need to rebuild toolchain
|
||||
set(GCC_VERSION "12.1.0")
|
||||
set(GCC_VERSION "12.2.0")
|
||||
set(LLVM_VERSION "14.0.1")
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
set(EXPECTED_COMPILER_VERSION "${GCC_VERSION}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue