1
Fork 0
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:
Brian Gianforcaro 2022-08-22 23:51:40 -07:00 committed by Brian Gianforcaro
parent c713e76941
commit 7ac3dffe9e
2 changed files with 4 additions and 4 deletions

View file

@ -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}")