mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:37:35 +00:00
Toolchain/Ports: Update to gcc 10.1.0
This commit is contained in:
parent
113a95e9e1
commit
2ffbdf5680
7 changed files with 115 additions and 116 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=gcc
|
||||
version=9.3.0
|
||||
version=10.1.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue