Skip to content

Commit

Permalink
fixup!toolchain: GCC 15-20240721 Snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: sbwml <admin@cooluc.com>
  • Loading branch information
sbwml committed Jul 22, 2024
1 parent ebbd819 commit 12e3eb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ index f5db99f..24c6535 100644

-PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION)
+ifeq ($(PKG_VERSION),15.0.0)
+ PKG_SOURCE_URL:=https://us.cooluc.com/gcc/gcc-$(PKG_VERSION)
+ PKG_SOURCE_URL:=https://us.cooluc.com/gcc
+else
+ PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION)
+endif
Expand Down

0 comments on commit 12e3eb2

Please sign in to comment.