mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Toolchain: Update to the latest gcc release 10.3.0
10.3.0 is a bugfix release, with 178 bugs fixed. See: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=10.3
This commit is contained in:
parent
5d59affc18
commit
73fab93ef5
Notes:
sideshowbarker
2024-07-18 20:20:44 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/73fab93ef58 Pull-request: https://github.com/SerenityOS/serenity/pull/6232
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ BINUTILS_NAME="binutils-$BINUTILS_VERSION"
|
|||
BINUTILS_PKG="${BINUTILS_NAME}.tar.gz"
|
||||
BINUTILS_BASE_URL="http://ftp.gnu.org/gnu/binutils"
|
||||
|
||||
GCC_VERSION="10.2.0"
|
||||
GCC_MD5SUM="941a8674ea2eeb33f5c30ecf08124874"
|
||||
GCC_VERSION="10.3.0"
|
||||
GCC_MD5SUM="87910940d70e845f2bf1a57997b6220c"
|
||||
GCC_NAME="gcc-$GCC_VERSION"
|
||||
GCC_PKG="${GCC_NAME}.tar.gz"
|
||||
GCC_BASE_URL="http://ftp.gnu.org/gnu/gcc"
|
||||
|
|
Loading…
Reference in a new issue