gdb 8.2.1
Closes #35419. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
aaef38b6f4
commit
d7a0600d14
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
||||||
class Gdb < Formula
|
class Gdb < Formula
|
||||||
desc "GNU debugger"
|
desc "GNU debugger"
|
||||||
homepage "https://www.gnu.org/software/gdb/"
|
homepage "https://www.gnu.org/software/gdb/"
|
||||||
url "https://ftp.gnu.org/gnu/gdb/gdb-8.2.tar.xz"
|
url "https://ftp.gnu.org/gnu/gdb/gdb-8.2.1.tar.xz"
|
||||||
mirror "https://ftpmirror.gnu.org/gdb/gdb-8.2.tar.xz"
|
mirror "https://ftpmirror.gnu.org/gdb/gdb-8.2.1.tar.xz"
|
||||||
sha256 "c3a441a29c7c89720b734e5a9c6289c0a06be7e0c76ef538f7bbcef389347c39"
|
sha256 "0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202"
|
||||||
revision 1
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
rebuild 1
|
rebuild 1
|
||||||
|
@ -31,7 +30,7 @@ class Gdb < Formula
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
# Fix build with all targets. Remove if 8.2.1+
|
# Fix build with all targets. Remove for 8.3
|
||||||
# https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=0c0a40e0abb9f1a584330a1911ad06b3686e5361
|
# https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=0c0a40e0abb9f1a584330a1911ad06b3686e5361
|
||||||
patch do
|
patch do
|
||||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/d457e55/gdb/all-targets.diff"
|
url "https://raw.githubusercontent.com/Homebrew/formula-patches/d457e55/gdb/all-targets.diff"
|
||||||
|
@ -39,7 +38,7 @@ class Gdb < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
# Fix debugging of executables of Xcode 10 and later
|
# Fix debugging of executables of Xcode 10 and later
|
||||||
# created for 10.14 and newer versions of macOS. Remove if 8.2.1+
|
# created for 10.14 and newer versions of macOS. Remove for 8.3
|
||||||
# https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fc7b364aba41819a5d74ae0ac69f050af282d057
|
# https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fc7b364aba41819a5d74ae0ac69f050af282d057
|
||||||
patch do
|
patch do
|
||||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/d457e55/gdb/mojave.diff"
|
url "https://raw.githubusercontent.com/Homebrew/formula-patches/d457e55/gdb/mojave.diff"
|
||||||
|
|
Loading…
Reference in a new issue