Skip to content

Commit

Permalink
usrlocalpkg: add gcc11, bump gcc10 default
Browse files Browse the repository at this point in the history
gcc11 was a user request, advancing from 10.2 to 10.3 was
kind of a 'drive-by-update'.
  • Loading branch information
thomas committed Jun 21, 2021
1 parent 36c2f87 commit c8a8642
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion usrlocalpkg/admin/config
Original file line number Diff line number Diff line change
Expand Up @@ -1449,11 +1449,16 @@ gcc-9=gcc-9.3.0-0
gcc9=gcc
gfortran9=gfortran

gcc-10=gcc-10.2.0-0
gcc-10=gcc-10.3.0-0
g++10=g++
gcc10=gcc
gfortran10=gfortran

gcc-11=gcc-11.1.0-0
g++11=g++
gcc11=gcc
gfortran11=gfortran

palemoon-27.7.2-0
palemoon

Expand Down

0 comments on commit c8a8642

Please sign in to comment.