Skip to content

Commit e842246

Browse files
committed
init_build_environment: bump to gcc 10 for ubuntu 20.04
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
1 parent 53d9fe1 commit e842246

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
1.7K May 8 2024 convert_translation.sh
2121
3.0K May 8 2024 create_acl_for_luci.sh
2222
3.7K May 8 2024 create_ucitrack_for_luci.sh
23-
14K Sep 13 21:57 init_build_environment.sh
23+
14K Sep 29 16:33 init_build_environment.sh
2424
18K Jun 1 2023 LICENSE
2525
4.0K Feb 6 2025 maintainer-tools
2626
4.7K Feb 6 2025 maketag.sh

init_build_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function check_system() {
4949
VERSION_PACKAGE="python2"
5050
;;
5151
"focal")
52-
GCC_VERSION="9"
52+
GCC_VERSION="10"
5353
LLVM_VERSION="18"
5454
UBUNTU_CODENAME="$VERSION_CODENAME"
5555
VERSION_PACKAGE="python2"

0 commit comments

Comments
 (0)