mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
GC 1.1 is not GPLv3+ but GPLv2+. Also fix other GC: all GC are using the "or later version" of the GPL. fix #7309 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
63 lines
3.0 KiB
Properties
63 lines
3.0 KiB
Properties
compilers=&gnucobol:&gcccobol
|
|
defaultCompiler=gnucobol32
|
|
objdumper=/opt/compiler-explorer/gcc-15.2.0/bin/objdump
|
|
|
|
group.gnucobol.groupName=GnuCOBOL
|
|
group.gnucobol.compilers=gnucobol32:gnucobol32rc2:gnucobol31:gnucobol22:gnucobol11
|
|
group.gnucobol.isSemVer=true
|
|
group.gnucobol.baseName=GnuCOBOL
|
|
group.gnucobol.licenseName=GPL-3.0-or-later
|
|
group.gnucobol.licenseLink=https://sourceforge.net/p/gnucobol/code/HEAD/tree/trunk/COPYING
|
|
group.gnucobol.licensePreamble=Copyright (c) 2025 Free Software Foundation, Inc. <a href="https://fsf.org/" target="_blank">https://fsf.org/</a>
|
|
|
|
compiler.gnucobol32.exe=/opt/compiler-explorer/cobol/gnucobol-3.2/bin/cobc
|
|
compiler.gnucobol32.name=GnuCOBOL 3.2
|
|
compiler.gnucobol32.version=3.2
|
|
compiler.gnucobol32rc2.exe=/opt/compiler-explorer/cobol/gnucobol-3.2-rc2/bin/cobc
|
|
compiler.gnucobol32rc2.name=GnuCOBOL 3.2 rc2
|
|
compiler.gnucobol32rc2.version=3.2 rc2
|
|
compiler.gnucobol31.exe=/opt/compiler-explorer/cobol/gnucobol-3.1/bin/cobc
|
|
compiler.gnucobol31.name=GnuCOBOL 3.1
|
|
compiler.gnucobol31.version=3.1
|
|
compiler.gnucobol22.exe=/opt/compiler-explorer/cobol/gnucobol-2.2/bin/cobc
|
|
compiler.gnucobol22.name=GnuCOBOL 2.2
|
|
compiler.gnucobol22.version=2.2
|
|
compiler.gnucobol11.exe=/opt/compiler-explorer/cobol/gnucobol-1.1/bin/cobc
|
|
compiler.gnucobol11.name=GnuCOBOL 1.1
|
|
compiler.gnucobol11.version=1.1
|
|
compiler.gnucobol11.licenseName=GPL-2.0-or-later
|
|
compiler.gnucobol11.licensePreamble=Copyright (c) 2012 Free Software Foundation, Inc. <a href="https://fsf.org/" target="_blank">https://fsf.org/</a>
|
|
|
|
group.gcccobol.compilerType=gcccobol
|
|
group.gcccobol.groupName=GCC
|
|
group.gcccobol.compilers=&gcccobolassert:gcccobolsnapshot:gcccobol151:gcccobol152:gcccoboltrunk
|
|
group.gcccobol.unwiseOptions=-march=native
|
|
group.gcccobol.isSemVer=true
|
|
group.gcccobol.baseName=GCC
|
|
group.gcccobol.intelAsm=-masm=intel
|
|
group.gcccobol.licenseLink=https://gcc.gnu.org/onlinedocs/gcc/Copying.html
|
|
group.gcccobol.licenseName=GNU General Public License
|
|
group.gcccobol.licensePreamble=Copyright (c) 2025 Free Software Foundation, Inc. <a href="https://fsf.org/" target="_blank">https://fsf.org/</a>
|
|
|
|
compiler.gcccobolsnapshot.exe=/opt/compiler-explorer/cobol/gcc-cobol-master/bin/gcobol
|
|
compiler.gcccobolsnapshot.semver=(cobol+master)
|
|
|
|
compiler.gcccobol151.exe=/opt/compiler-explorer/gcc-15.1.0/bin/gcobol
|
|
compiler.gcccobol151.semver=15.1.0
|
|
|
|
compiler.gcccobol152.exe=/opt/compiler-explorer/gcc-15.2.0/bin/gcobol
|
|
compiler.gcccobol152.semver=15.2.0
|
|
|
|
compiler.gcccoboltrunk.exe=/opt/compiler-explorer/gcc-snapshot/bin/gcobol
|
|
compiler.gcccoboltrunk.semver=(GCC master)
|
|
|
|
## GCC (from upstream GCC, not GCCRS github) x86 build with "assertions" (--enable-checking=XXX)
|
|
group.gcccobolassert.compilers=gcccobol151assert:gcccobol152assert
|
|
group.gcccobolassert.groupName=x86-64 GCC (assertions)
|
|
|
|
compiler.gcccobol151assert.exe=/opt/compiler-explorer/gcc-assertions-15.1.0/bin/gcobol
|
|
compiler.gcccobol151assert.semver=15.1.0 (GCC assertions)
|
|
|
|
compiler.gcccobol152assert.exe=/opt/compiler-explorer/gcc-assertions-15.2.0/bin/gcobol
|
|
compiler.gcccobol152assert.semver=15.2.0 (GCC assertions)
|