ccache: Add gcc-7 symbolic links
Closes #10837. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
3a8b4e571b
commit
773dfc3cc2
1 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@ class Ccache < Formula
|
|||
homepage "https://ccache.samba.org/"
|
||||
url "https://www.samba.org/ftp/ccache/ccache-3.3.4.tar.xz"
|
||||
sha256 "24f15bf389e38c41548c9c259532187774ec0cb9686c3497bbb75504c8dc404f"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
sha256 "3b26e4ea7874dfd276fbaae8c2d8df7859b3ce8ef138dc50329828f9fd6e10dd" => :sierra
|
||||
|
@ -33,9 +34,9 @@ class Ccache < Formula
|
|||
clang
|
||||
clang++
|
||||
cc
|
||||
gcc gcc2 gcc3 gcc-3.3 gcc-4.0 gcc-4.2 gcc-4.3 gcc-4.4 gcc-4.5 gcc-4.6 gcc-4.7 gcc-4.8 gcc-4.9 gcc-5 gcc-6
|
||||
c++ c++3 c++-3.3 c++-4.0 c++-4.2 c++-4.3 c++-4.4 c++-4.5 c++-4.6 c++-4.7 c++-4.8 c++-4.9 c++-5 c++-6
|
||||
g++ g++2 g++3 g++-3.3 g++-4.0 g++-4.2 g++-4.3 g++-4.4 g++-4.5 g++-4.6 g++-4.7 g++-4.8 g++-4.9 g++-5 g++-6
|
||||
gcc gcc2 gcc3 gcc-3.3 gcc-4.0 gcc-4.2 gcc-4.3 gcc-4.4 gcc-4.5 gcc-4.6 gcc-4.7 gcc-4.8 gcc-4.9 gcc-5 gcc-6 gcc-7
|
||||
c++ c++3 c++-3.3 c++-4.0 c++-4.2 c++-4.3 c++-4.4 c++-4.5 c++-4.6 c++-4.7 c++-4.8 c++-4.9 c++-5 c++-6 c++-7
|
||||
g++ g++2 g++3 g++-3.3 g++-4.0 g++-4.2 g++-4.3 g++-4.4 g++-4.5 g++-4.6 g++-4.7 g++-4.8 g++-4.9 g++-5 g++-6 g++-7
|
||||
].each do |prog|
|
||||
libexec.install_symlink bin/"ccache" => prog
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue