gcc@4.9 4.9.4
Closes #10708. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
d7faf505a6
commit
5c91468b78
1 changed files with 3 additions and 20 deletions
|
@ -21,11 +21,9 @@ class GccAT49 < Formula
|
|||
|
||||
desc "The GNU Compiler Collection"
|
||||
homepage "https://gcc.gnu.org"
|
||||
url "https://ftpmirror.gnu.org/gcc/gcc-4.9.3/gcc-4.9.3.tar.bz2"
|
||||
mirror "https://ftp.gnu.org/gnu/gcc/gcc-4.9.3/gcc-4.9.3.tar.bz2"
|
||||
sha256 "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e"
|
||||
revision 1
|
||||
|
||||
url "https://ftpmirror.gnu.org/gcc/gcc-4.9.4/gcc-4.9.4.tar.bz2"
|
||||
mirror "https://ftp.gnu.org/gnu/gcc/gcc-4.9.4/gcc-4.9.4.tar.bz2"
|
||||
sha256 "6c11d292cd01b294f9f84c9a59c230d80e9e4a47e5c6355f046bb36d4f358092"
|
||||
head "svn://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch"
|
||||
|
||||
bottle do
|
||||
|
@ -34,21 +32,6 @@ class GccAT49 < Formula
|
|||
sha256 "20c1ac4642f259a66ec9724ed135dc334d26ff0198e27a89498b2f15aa1f77c5" => :yosemite
|
||||
end
|
||||
|
||||
if MacOS.version >= :yosemite
|
||||
# Fixes build with Xcode 7.
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66523
|
||||
patch do
|
||||
url "https://gcc.gnu.org/bugzilla/attachment.cgi?id=35773"
|
||||
sha256 "db4966ade190fff4ed39976be8d13e84839098711713eff1d08920d37a58f5ec"
|
||||
end
|
||||
# Fixes assembler generation with XCode 7
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66509
|
||||
patch do
|
||||
url "https://gist.githubusercontent.com/tdsmith/d248e025029add31e7aa/raw/444e292786df41346a3a1cc6267bba587408a007/gcc.diff"
|
||||
sha256 "636b65a160ccb7417cc4ffc263fc815382f8bb895e32262205cd10d65ea7804a"
|
||||
end
|
||||
end
|
||||
|
||||
option "without-fortran", "Build without the gfortran compiler"
|
||||
option "with-java", "Build the gcj compiler"
|
||||
option "with-all-languages", "Enable all compilers and languages, except Ada"
|
||||
|
|
Loading…
Reference in a new issue