From fbf7e5f0691a61d0626959ed4c42914a6b4b8dce Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Thu, 2 May 2024 09:40:09 +0200 Subject: [PATCH] compilers: add gcc-14 --- Library/Homebrew/compilers.rb | 4 ++-- Library/Homebrew/shims/linux/super/g++-14 | 1 + Library/Homebrew/shims/linux/super/gcc-14 | 1 + Library/Homebrew/shims/mac/super/g++-14 | 1 + Library/Homebrew/shims/mac/super/gcc-14 | 1 + Library/Homebrew/shims/super/g++-14 | 1 + Library/Homebrew/shims/super/gcc-14 | 1 + 7 files changed, 8 insertions(+), 2 deletions(-) create mode 120000 Library/Homebrew/shims/linux/super/g++-14 create mode 120000 Library/Homebrew/shims/linux/super/gcc-14 create mode 120000 Library/Homebrew/shims/mac/super/g++-14 create mode 120000 Library/Homebrew/shims/mac/super/gcc-14 create mode 120000 Library/Homebrew/shims/super/g++-14 create mode 120000 Library/Homebrew/shims/super/gcc-14 diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 62cbfbe29e..0e315871bc 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -2,8 +2,8 @@ # frozen_string_literal: true module CompilerConstants - 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)$/ + GNU_GCC_VERSIONS = %w[4.9 5 6 7 8 9 10 11 12 13 14].freeze + GNU_GCC_REGEXP = /^gcc-(4\.9|[5-9]|10|11|12|13|14)$/ COMPILER_SYMBOL_MAP = { "gcc" => :gcc, "clang" => :clang, diff --git a/Library/Homebrew/shims/linux/super/g++-14 b/Library/Homebrew/shims/linux/super/g++-14 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/linux/super/g++-14 @@ -0,0 +1 @@ +cc \ No newline at end of file diff --git a/Library/Homebrew/shims/linux/super/gcc-14 b/Library/Homebrew/shims/linux/super/gcc-14 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/linux/super/gcc-14 @@ -0,0 +1 @@ +cc \ No newline at end of file diff --git a/Library/Homebrew/shims/mac/super/g++-14 b/Library/Homebrew/shims/mac/super/g++-14 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/mac/super/g++-14 @@ -0,0 +1 @@ +cc \ No newline at end of file diff --git a/Library/Homebrew/shims/mac/super/gcc-14 b/Library/Homebrew/shims/mac/super/gcc-14 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/mac/super/gcc-14 @@ -0,0 +1 @@ +cc \ No newline at end of file diff --git a/Library/Homebrew/shims/super/g++-14 b/Library/Homebrew/shims/super/g++-14 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/super/g++-14 @@ -0,0 +1 @@ +cc \ No newline at end of file diff --git a/Library/Homebrew/shims/super/gcc-14 b/Library/Homebrew/shims/super/gcc-14 new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/Library/Homebrew/shims/super/gcc-14 @@ -0,0 +1 @@ +cc \ No newline at end of file