From c538e22516b6eb358208bc46c170216e6bc386ff Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 3 Nov 2020 18:08:13 +0100 Subject: [PATCH] Ports: Bump GCC port to 10.2.0 Since we've already updated the toolchain, might as well update the port as well. :^) --- Ports/gcc/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/gcc/package.sh b/Ports/gcc/package.sh index 44d13fd8b5c..177d2bbd48f 100755 --- a/Ports/gcc/package.sh +++ b/Ports/gcc/package.sh @@ -1,6 +1,6 @@ #!/bin/bash ../.port_include.sh port=gcc -version=10.1.0 +version=10.2.0 useconfigure=true configopts="--target=i686-pc-serenity --with-sysroot=/ --with-build-sysroot=$SERENITY_ROOT/Build/Root --with-newlib --enable-languages=c,c++ --disable-lto --disable-nls" files="https://ftp.gnu.org/gnu/gcc/gcc-${version}/gcc-${version}.tar.xz gcc-${version}.tar.xz