mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:17:35 +00:00
Ports: Update the gcc port to 10.3.0
This commit is contained in:
parent
3d8311ac7b
commit
1aa34d9d6a
3 changed files with 3 additions and 1578 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=gcc
|
||||
version=10.2.0
|
||||
version=10.3.0
|
||||
useconfigure=true
|
||||
configopts="--target=${SERENITY_ARCH}-pc-serenity --with-sysroot=/ --with-build-sysroot=${SERENITY_BUILD_DIR}/Root --with-newlib --enable-languages=c,c++ --disable-lto --disable-nls --enable-shared --enable-default-pie --enable-host-shared"
|
||||
files="https://ftpmirror.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