diff options
author | partouf <partouf@gmail.com> | 2023-05-07 19:58:07 +0200 |
---|---|---|
committer | partouf <partouf@gmail.com> | 2023-05-07 19:58:07 +0200 |
commit | 40f33a5042e94aff6c85c96e8f0a204dec4bf188 (patch) | |
tree | a223009213267a8103fc3d6642b2ce78756a890c | |
parent | 61d261088eadde82dee1da68007a858734beb7fd (diff) | |
download | compiler-explorer-gh-7304.tar.gz compiler-explorer-gh-7304.zip |
more catsgh-7304
-rw-r--r-- | etc/config/c++.amazon.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/config/c++.amazon.properties b/etc/config/c++.amazon.properties index 2ab6ee357..2d530aa45 100644 --- a/etc/config/c++.amazon.properties +++ b/etc/config/c++.amazon.properties @@ -2058,6 +2058,7 @@ group.djggp.demangler= group.djggp.supportsBinary=false group.djggp.licenseLink=https://www.delorie.com/bin/cvsweb.cgi/djgpp/copying?rev=1.2 group.djggp.licenseName=GNU GENERAL PUBLIC LICENSE Version 2 +group.djggp.compilerCategories=gcc:djggp compiler.djggp720.exe=/opt/compiler-explorer/djgpp-7.2.0/bin/i586-pc-msdosdjgpp-g++ compiler.djggp720.semver=7.2.0 @@ -2082,6 +2083,7 @@ group.zigcxx.versionFlag=version group.zigcxx.licenseLink=https://github.com/ziglang/zig/blob/master/LICENSE group.zigcxx.licenseName=The MIT License (Expat) group.zigcxx.licensePreamble=Copyright (c) 2015-2022, Zig contributors +group.zigcxx.compilerCategories=zig compiler.zcxx060.exe=/opt/compiler-explorer/zig-0.6.0/zig compiler.zcxx060.semver=0.6.0 |