compilers: add gcc-15

This commit is contained in:
Francois-Xavier Coudert 2025-04-23 10:09:45 +02:00
parent 141414a3c3
commit 10095f5cac
7 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# frozen_string_literal: true # frozen_string_literal: true
module CompilerConstants module CompilerConstants
GNU_GCC_VERSIONS = %w[7 8 9 10 11 12 13 14].freeze GNU_GCC_VERSIONS = %w[7 8 9 10 11 12 13 14 15].freeze
GNU_GCC_REGEXP = /^gcc-(#{GNU_GCC_VERSIONS.join("|")})$/ GNU_GCC_REGEXP = /^gcc-(#{GNU_GCC_VERSIONS.join("|")})$/
COMPILER_SYMBOL_MAP = { COMPILER_SYMBOL_MAP = {
"gcc" => :gcc, "gcc" => :gcc,

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc