aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorReed Riley2013-06-17 12:33:27 -0700
committerAdam Vandenberg2013-06-17 12:49:16 -0700
commit6ffa175c065115b0be937e8b89d76787a330860e (patch)
tree06f67b8456075b07e896cd6a4a96e13b4a61fca2 /Library/Formula
parent0bcd68b985b64eaa145f707f0bce5fb0491a8bb4 (diff)
downloadhomebrew-6ffa175c065115b0be937e8b89d76787a330860e.tar.bz2
ccache: added symlinks for more compiler versions
Closes #20562. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ccache.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/ccache.rb b/Library/Formula/ccache.rb
index 569d24b9b..2c9661930 100644
--- a/Library/Formula/ccache.rb
+++ b/Library/Formula/ccache.rb
@@ -22,10 +22,12 @@ class Ccache < Formula
libexec.mkpath
%w[
+ clang
+ clang++
cc
- gcc gcc2 gcc3 gcc-3.3 gcc-4.0 gcc-4.2
- c++ c++3 c++-3.3 c++-4.0 c++-4.2
- g++ g++2 g++3 g++-3.3 g++-4.0 g++-4.2
+ 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
+ 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
+ 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
].each do |prog|
ln_s bin+"ccache", libexec + prog
end