Updated to GCC 12.2.0

This commit is contained in:
RVG|lory 2023-04-07 23:03:27 +02:00 committed by GitHub
parent 86d897d580
commit 96b7fab22a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 107 additions and 0 deletions

22
packages/gcc/12.2.0/metadata.json vendored Normal file
View file

@ -0,0 +1,22 @@
{
"language": "gcc",
"version": "12.2.0",
"provides": [
{
"language": "c",
"aliases": ["gcc"]
},
{
"language": "c++",
"aliases": ["cpp", "g++"]
},
{
"language": "d",
"aliases": ["gdc"]
},
{
"language": "fortran",
"aliases": ["fortran", "f90"]
}
]
}