Skip to content

Commit

Permalink
Add 21 cross compilers for GCC 14.1
Browse files Browse the repository at this point in the history
refs compiler-explorer/compiler-explorer#6406

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
  • Loading branch information
dkm committed May 7, 2024
1 parent ba4e7ec commit 34f77b2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/yaml/c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,4 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
27 changes: 26 additions & 1 deletion bin/yaml/cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
cross:
type: s3tarballs
arch_prefix:
Expand Down Expand Up @@ -115,6 +116,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
arm-unknown:
- check_exe: "{arch_prefix}/bin/{arch_prefix}-g++ --version"
path_name: "{subdir}/gcc-arm-unknown-{name}"
Expand All @@ -124,7 +126,7 @@ compilers:
untar_dir: gcc-{name}
targets:
- 13.2.0

- 14.1.0
nightly:
if: nightly
type: nightly
Expand Down Expand Up @@ -282,6 +284,9 @@ compilers:
- name: 13.2.0
untar_dir: "gcc-{name}"
check_exe: "{arch_prefix}/bin/{arch_prefix}-g++ --version"
- name: 14.1.0
untar_dir: "gcc-{name}"
check_exe: "{arch_prefix}/bin/{arch_prefix}-g++ --version"

arm64:
arch_prefix: aarch64-unknown-linux-gnu
Expand Down Expand Up @@ -314,6 +319,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
nightly:
if: nightly
type: nightly
Expand All @@ -328,6 +334,7 @@ compilers:
targets:
- 13.1.0
- 13.2.0
- 14.1.0
nightly:
if: nightly
type: nightly
Expand All @@ -351,6 +358,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
mipsel:
subdir: mipsel
arch_prefix: "{subdir}-multilib-linux-gnu"
Expand All @@ -368,6 +376,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
mips64:
subdir: mips64
targets:
Expand All @@ -381,6 +390,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
mips64el:
subdir: mips64el
arch_prefix: "{subdir}-multilib-linux-uclibc"
Expand All @@ -398,6 +408,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0

- type: tarballs
subdir: mips
Expand Down Expand Up @@ -425,6 +436,7 @@ compilers:
targets:
- 13.1.0
- 13.2.0
- 14.1.0
mrisc32:
nightly:
if: nightly
Expand Down Expand Up @@ -477,6 +489,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
nightly:
if: nightly
type: nightly
Expand Down Expand Up @@ -506,6 +519,9 @@ compilers:
arch_prefix: "riscv32-unknown-linux-gnu"
- name: 13.2.0
arch_prefix: "riscv32-unknown-linux-gnu"
- name: 14.1.0
arch_prefix: "riscv32-unknown-linux-gnu"

nightly:
if: nightly
type: nightly
Expand Down Expand Up @@ -554,6 +570,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
sh:
arch_prefix: "sh-unknown-elf"
check_exe: "{arch_prefix}/bin/{arch_prefix}-g++ --version"
Expand All @@ -565,6 +582,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
c6x:
arch_prefix: "tic6x-elf"
check_exe: "{arch_prefix}/bin/{arch_prefix}-g++ --version"
Expand All @@ -574,6 +592,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
sparc:
arch_prefix: "sparc-unknown-linux-gnu"
check_exe: "{arch_prefix}/bin/{arch_prefix}-g++ --version"
Expand All @@ -583,6 +602,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
sparc64:
arch_prefix: "sparc64-multilib-linux-gnu"
check_exe: "{arch_prefix}/bin/{arch_prefix}-g++ --version"
Expand All @@ -592,6 +612,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
sparc-leon:
arch_prefix: "sparc-leon-linux-uclibc"
check_exe: "{arch_prefix}/bin/{arch_prefix}-g++ --version"
Expand All @@ -610,6 +631,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
powerpc:
arch_prefix: "{subdir}-unknown-linux-gnu"
check_exe: "{arch_prefix}/bin/{arch_prefix}-g++ --version"
Expand All @@ -624,6 +646,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
powerpc64:
subdir: powerpc64
targets:
Expand All @@ -635,6 +658,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
nightly:
if: nightly
type: nightly
Expand All @@ -655,6 +679,7 @@ compilers:
- 12.3.0
- 13.1.0
- 13.2.0
- 14.1.0
nightly:
if: nightly
type: nightly
Expand Down

0 comments on commit 34f77b2

Please sign in to comment.