mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
Toolchain: Update GCC to version 11.2.0
This commit is contained in:
parent
f7d772282d
commit
9c431ae7ef
3 changed files with 85 additions and 88 deletions
|
@ -158,7 +158,7 @@ set(CMAKE_STAGING_PREFIX ${CMAKE_BINARY_DIR}/Root)
|
|||
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/Root)
|
||||
set(CMAKE_INSTALL_DATAROOTDIR ${CMAKE_BINARY_DIR}/Root/res)
|
||||
|
||||
set(GCC_VERSION 11.1.0)
|
||||
set(GCC_VERSION 11.2.0)
|
||||
|
||||
if (${CMAKE_HOST_SYSTEM_NAME} MATCHES SerenityOS)
|
||||
message("Good job on building cmake!")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue