Skip to content

Commit

Permalink
合并进度
Browse files Browse the repository at this point in the history
  • Loading branch information
BCYDTZ committed Dec 5, 2024
1 parent 44504a5 commit b1ac6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions toolchain/gcc/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
choice
prompt "GCC compiler Version" if TOOLCHAINOPTS
default GCC_USE_VERSION_8 if mips || mipsel || mips64 || mips64el
<<<<<<< HEAD
default GCC_USE_VERSION_13 if loongarch64
default GCC_USE_VERSION_12
=======
default GCC_USE_VERSION_13
>>>>>>> 8cf7400a822b8501401e2e4b38a854d9eb610cc5
help
Select the version of gcc you wish to use.

Expand Down
4 changes: 2 additions & 2 deletions toolchain/gcc/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ ifeq ($(PKG_VERSION),11.3.0)
PKG_HASH:=b47cf2818691f5b1e21df2bb38c795fac2cfbd640ede2d0a5e1c89e338a3ac39
endif

ifeq ($(PKG_VERSION),12.3.0)
PKG_HASH:=949a5d4f99e786421a93b532b22ffab5578de7321369975b91aec97adfda8c3b
ifeq ($(PKG_VERSION),12.2.0)
PKG_HASH:=e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
endif

ifeq ($(PKG_VERSION),13.3.0)
Expand Down

0 comments on commit b1ac6c4

Please sign in to comment.