diff --git a/Ports/gcc/package.sh b/Ports/gcc/package.sh index 44d13fd8b5..177d2bbd48 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