summaryrefslogtreecommitdiff
path: root/Ports/gcc
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-11-03 18:08:13 +0100
committerAndreas Kling <kling@serenityos.org>2020-11-03 18:08:13 +0100
commitc538e22516b6eb358208bc46c170216e6bc386ff (patch)
treeb4a61de008b831af4a30f2471a924133f636a9a6 /Ports/gcc
parent0e544b8afa7e34dcf7d931957ed19a8ad4acdd54 (diff)
downloadserenity-c538e22516b6eb358208bc46c170216e6bc386ff.zip
Ports: Bump GCC port to 10.2.0
Since we've already updated the toolchain, might as well update the port as well. :^)
Diffstat (limited to 'Ports/gcc')
-rwxr-xr-xPorts/gcc/package.sh2
1 files changed, 1 insertions, 1 deletions
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