From 544d6b13de3e5683092b8cb265af11d3576699f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Fri, 29 Jan 2021 16:57:43 +0100 Subject: [PATCH] gcc: update to version 10.2.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 913324f..a1c24be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ cmake_minimum_required(VERSION 3.2.0) project(vitasdk) # Use the following gcc version -set(GCC_VERSION 10.1.0) -set(GCC_HASH SHA256=b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2) +set(GCC_VERSION 10.2.0) +set(GCC_HASH SHA256=b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c) set(ZLIB_VERSION 1.2.11) set(ZLIB_HASH SHA256=4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066)