Skip to content

Commit cf40f8e

Browse files
committed
init_build_environment: bump to gcc 10 for debian 11
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
1 parent 3ceab0d commit cf40f8e

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-
13K Aug 31 17:34 init_build_environment.sh
23+
13K Sep 12 20:56 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
@@ -58,7 +58,7 @@ function check_system() {
5858
;;
5959
"bullseye")
6060
BPO_FLAG="-t $VERSION_CODENAME-backports"
61-
GCC_VERSION="9"
61+
GCC_VERSION="10"
6262
LLVM_VERSION="18"
6363
UBUNTU_CODENAME="focal"
6464
VERSION_PACKAGE="lib32gcc-s1 python2"

0 commit comments

Comments
 (0)