mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
Add Algol68 from GCC trunk (#8311)
refs https://github.com/compiler-explorer/compiler-explorer/issues/8310 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
compilers=&ga68
|
||||
objdumper=/opt/compiler-explorer/gcc-14.2.0/bin/objdump
|
||||
defaultCompiler=ga68-snapshot
|
||||
demangler=/opt/compiler-explorer/gcc-14.2.0/bin/c++filt
|
||||
|
||||
group.ga68.compilers=&ga68-x86
|
||||
group.ga68.supportsBinary=false
|
||||
@@ -17,8 +15,10 @@ group.ga68-x86.groupName=x86-64 GA68
|
||||
group.ga68-x86.baseName=x86-64 GA68
|
||||
group.ga68-x86.unwiseOptions=-march=native
|
||||
|
||||
compiler.ga68-snapshot.exe=/opt/compiler-explorer/algol68/gcc-ga68-master/bin/ga68
|
||||
compiler.ga68-snapshot.semver=(GA68 master)
|
||||
compiler.ga68-snapshot.exe=/opt/compiler-explorer/gcc-snapshot/bin/ga68
|
||||
compiler.ga68-snapshot.demangler=/opt/compiler-explorer/gcc-snapshot/bin/c++filt
|
||||
compiler.ga68-snapshot.objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump
|
||||
compiler.ga68-snapshot.semver=(trunk)
|
||||
compiler.ga68-snapshot.isNightly=true
|
||||
|
||||
#################################
|
||||
|
||||
Reference in New Issue
Block a user