1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:27:45 +00:00

Toolchain/Ports: Update gcc to 9.3.0

Ever closer to C++20! Also fix up some of those pesky "'s
This commit is contained in:
Shannon Booth 2020-03-22 17:25:17 +13:00 committed by Andreas Kling
parent ca067e71a3
commit c47ef61ed8
4 changed files with 28 additions and 28 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash ../.port_include.sh
port=gcc
version=9.2.0
version=9.3.0
useconfigure=true
configopts="--target=i686-pc-serenity --with-sysroot=/ --with-build-sysroot=$SERENITY_ROOT/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