Skip to content

Commit

Permalink
Merge pull request #3716 from citrus-it/gccr52
Browse files Browse the repository at this point in the history
Update gcc -il versions to match upstream (r151052)
  • Loading branch information
hadfl authored Oct 21, 2024
2 parents bd5d80d + 054012b commit dde024f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/gcc10/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
PKG=developer/gcc10
PROG=gcc
VER=10.5.0
ILVER=il-1
ILVER=il-2
SUMMARY="gcc $VER-$ILVER"
DESC="The GNU Compiler Collection"

Expand Down
2 changes: 1 addition & 1 deletion build/gcc14/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
PKG=developer/gcc14
PROG=gcc
VER=14.2.0
ILVER=il-0
ILVER=il-1
SUMMARY="gcc $VER-$ILVER"
DESC="The GNU Compiler Collection"

Expand Down

0 comments on commit dde024f

Please sign in to comment.