mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03: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
Notes:
sideshowbarker
2024-07-19 01:34:18 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c538e22516b
@ -1,6 +1,6 @@
|
||||
#!/bin/bash ../.port_include.sh
|
||||
port=gcc
|
||||
version=10.1.0
|
||||
version=10.2.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…
Reference in New Issue
Block a user