mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 04:30:21 +00:00
compilers: add gcc-11
Needed for https://github.com/Homebrew/homebrew-core/pull/74843.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
# @private
|
||||
module CompilerConstants
|
||||
GNU_GCC_VERSIONS = %w[4.9 5 6 7 8 9 10].freeze
|
||||
GNU_GCC_REGEXP = /^gcc-(4\.9|[5-9]|10)$/.freeze
|
||||
GNU_GCC_VERSIONS = %w[4.9 5 6 7 8 9 10 11].freeze
|
||||
GNU_GCC_REGEXP = /^gcc-(4\.9|[5-9]|10|11)$/.freeze
|
||||
COMPILER_SYMBOL_MAP = {
|
||||
"gcc" => :gcc,
|
||||
"clang" => :clang,
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
cc
|
||||
@@ -0,0 +1 @@
|
||||
cc
|
||||
+1
@@ -0,0 +1 @@
|
||||
cc
|
||||
+1
@@ -0,0 +1 @@
|
||||
cc
|
||||
+1
@@ -0,0 +1 @@
|
||||
cc
|
||||
+1
@@ -0,0 +1 @@
|
||||
cc
|
||||
Reference in New Issue
Block a user