mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:47:35 +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:
parent
ca067e71a3
commit
c47ef61ed8
4 changed files with 28 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue