Skip to content

Commit

Permalink
Update to GCC 10.1 and Binutils 2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
frangarcj committed Jun 22, 2020
1 parent b96ac5b commit 9655cf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cmake_minimum_required(VERSION 3.2.0)
project(vitasdk)

# Use the following gcc version
set(GCC_VERSION 9.1.0)
set(GCC_HASH SHA256=79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0)
set(GCC_VERSION 10.1.0)
set(GCC_HASH SHA256=b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2)

set(ZLIB_VERSION 1.2.11)
set(ZLIB_HASH SHA256=4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066)
Expand Down Expand Up @@ -38,8 +38,8 @@ set(ISL_HASH SHA256=777058852a3db9500954361e294881214f6ecd4b594c00da5eee974cd6a5
set(EXPAT_VERSION 2.2.6)
set(EXPAT_HASH SHA256=17b43c2716d521369f82fc2dc70f359860e90fa440bea65b3b85f0b246ea81f2)

set(BINUTILS_VERSION 2.32)
set(BINUTILS_HASH SHA256=0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04)
set(BINUTILS_VERSION 2.34)
set(BINUTILS_HASH SHA256=f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952)

set(GDB_VERSION 8.2)
set(GDB_HASH SHA256=c3a441a29c7c89720b734e5a9c6289c0a06be7e0c76ef538f7bbcef389347c39)
Expand Down

0 comments on commit 9655cf2

Please sign in to comment.