gcc@6: add 6.2.0 bottle.
This commit is contained in:
parent
6242c6a042
commit
1f7f004657
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@ class GccAT6 < Formula
|
|||
mirror "https://ftp.gnu.org/gnu/gcc/gcc-6.2.0/gcc-6.2.0.tar.bz2"
|
||||
sha256 "9944589fc722d3e66308c0ce5257788ebd7872982a718aa2516123940671b7c5"
|
||||
|
||||
bottle do
|
||||
sha256 "cf1c3d3a1c47ad2e90270cc05ebe380b2231596f087b0f8cb5925262402dfea4" => :sierra
|
||||
sha256 "390a0ae9d1f3d5f01d589d866cf48c5a52f6149504ab4c98417c631c6e9b042b" => :el_capitan
|
||||
sha256 "51042cb8b45426b11a093f1ea2e5d2a21cf8bc91a05932ed9e16dc79acfde6f9" => :yosemite
|
||||
end
|
||||
|
||||
# GCC's Go compiler is not currently supported on Mac OS X.
|
||||
# See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986
|
||||
option "with-java", "Build the gcj compiler"
|
||||
|
|
Loading…
Reference in a new issue