Merge pull request #19811 from Homebrew/gcc15

compilers: add gcc-15
This commit is contained in:
FX Coudert 2025-04-23 10:21:03 +00:00 committed by GitHub
commit 4a3388cc03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# frozen_string_literal: true
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("|")})$/
COMPILER_SYMBOL_MAP = {
"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