mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 17:57:34 +00:00
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:
parent
0e544b8afa
commit
c538e22516
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash ../.port_include.sh
|
#!/bin/bash ../.port_include.sh
|
||||||
port=gcc
|
port=gcc
|
||||||
version=10.1.0
|
version=10.2.0
|
||||||
useconfigure=true
|
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"
|
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
|
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