mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
Toolchain+Ports: Update GCC to version 11.1.0
This commit is contained in:
parent
1d3bc482a5
commit
8cd62b5780
6 changed files with 148 additions and 148 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=gcc
|
||||
version=10.3.0
|
||||
version=11.1.0
|
||||
useconfigure=true
|
||||
configopts="--target=${SERENITY_ARCH}-pc-serenity --with-sysroot=/ --with-build-sysroot=${SERENITY_INSTALL_ROOT} --with-newlib --enable-languages=c,c++ --disable-lto --disable-nls --enable-shared --enable-default-pie --enable-host-shared --enable-threads=posix"
|
||||
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