Skip to content
Snippets Groups Projects
Unverified Commit 4444b70f authored by Carlo Cabrera's avatar Carlo Cabrera Committed by GitHub
Browse files

Merge pull request #11299 from carlocab/gcc-11

compilers: add gcc-11
parents d4c131f3 a288029c
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
cc
\ No newline at end of file
cc
\ No newline at end of file
cc
\ No newline at end of file
cc
\ No newline at end of file
cc
\ No newline at end of file
cc
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment