diff options
| author | Mike McQuaid | 2014-04-23 08:15:04 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-23 08:15:04 +0100 |
| commit | 8723dba421079a546486119a9677e218987ba6a0 (patch) | |
| tree | 75d69ec187b30c02e2f3601859dc21581366a397 | |
| parent | 87a4fe120bb564d1983cecfc5f44b81dd79f482f (diff) | |
| download | homebrew-8723dba421079a546486119a9677e218987ba6a0.tar.bz2 | |
gcc: add bottles.
| -rw-r--r-- | Library/Formula/gcc.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gcc.rb b/Library/Formula/gcc.rb index 219371ed8..6b10ba4b7 100644 --- a/Library/Formula/gcc.rb +++ b/Library/Formula/gcc.rb @@ -28,6 +28,12 @@ class Gcc < Formula head "svn://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch" + bottle do + sha1 "9c206ad0d249665e1edb8c870c442ee836646cbb" => :mavericks + sha1 "bc37c90383363baa2121a6b22fa8826c0c63acc5" => :mountain_lion + sha1 "da1bc22b6b75464cbf2a8b29f1e79a15e531b1e6" => :lion + end + option "with-fortran", "Build the gfortran compiler" option "with-java", "Build the gcj compiler" option "with-all-languages", "Enable all compilers and languages, except Ada" |
