From 6067acfd7c1a006b585859749d3db4836c19f1c9 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Wed, 19 Apr 2023 11:18:18 +0200 Subject: [PATCH] compilers: add gcc-13 --- Library/Homebrew/compilers.rb | 4 ++-- Library/Homebrew/shims/linux/super/g++-13 | 1 + Library/Homebrew/shims/linux/super/gcc-13 | 1 + Library/Homebrew/shims/mac/super/g++-13 | 1 + Library/Homebrew/shims/mac/super/gcc-13 | 1 + Library/Homebrew/shims/super/g++-13 | 1 + Library/Homebrew/shims/super/gcc-13 | 1 + 7 files changed, 8 insertions(+), 2 deletions(-) create mode 120000 Library/Homebrew/shims/linux/super/g++-13 create mode 120000 Library/Homebrew/shims/linux/super/gcc-13 create mode 120000 Library/Homebrew/shims/mac/super/g++-13 create mode 120000 Library/Homebrew/shims/mac/super/gcc-13 create mode 120000 Library/Homebrew/shims/super/g++-13 create mode 120000 Library/Homebrew/shims/super/gcc-13 diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index b620fc0845..225bf27a8d 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -3,8 +3,8 @@ # @private module CompilerConstants - GNU_GCC_VERSIONS = %w[4.9 5 6 7 8 9 10 11 12].freeze - GNU_GCC_REGEXP = /^gcc-(4\.9|[5-9]|10|11|12)$/.freeze + GNU_GCC_VERSIONS = %w[4.9 5 6 7 8 9 10 11 12 13].freeze + GNU_GCC_REGEXP = /^gcc-(4\.9|[5-9]|10|11|12|13)$/.freeze COMPILER_SYMBOL_MAP = { "gcc" => :gcc, "clang" => :clang, diff --git a/Library/Homebrew/shims/linux/super/g++-13 b/Library/Homebrew/shims/linux/super/g++-13 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/linux/super/g++-13 @@ -0,0 +1 @@ +cc \ No newline at end of file diff --git a/Library/Homebrew/shims/linux/super/gcc-13 b/Library/Homebrew/shims/linux/super/gcc-13 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/linux/super/gcc-13 @@ -0,0 +1 @@ +cc \ No newline at end of file diff --git a/Library/Homebrew/shims/mac/super/g++-13 b/Library/Homebrew/shims/mac/super/g++-13 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/mac/super/g++-13 @@ -0,0 +1 @@ +cc \ No newline at end of file diff --git a/Library/Homebrew/shims/mac/super/gcc-13 b/Library/Homebrew/shims/mac/super/gcc-13 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/mac/super/gcc-13 @@ -0,0 +1 @@ +cc \ No newline at end of file diff --git a/Library/Homebrew/shims/super/g++-13 b/Library/Homebrew/shims/super/g++-13 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/super/g++-13 @@ -0,0 +1 @@ +cc \ No newline at end of file diff --git a/Library/Homebrew/shims/super/gcc-13 b/Library/Homebrew/shims/super/gcc-13 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/super/gcc-13 @@ -0,0 +1 @@ +cc \ No newline at end of file