Ports: Bump GCC port to 10.2.0

Since we've already updated the toolchain, might as well update the
port as well. :^)
This commit is contained in:
Andreas Kling 2020-11-03 18:08:13 +01:00
parent 0e544b8afa
commit c538e22516
Notes: sideshowbarker 2024-07-19 01:34:18 +09:00

View File

@ -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