diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2017-05-27 08:40:18 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2017-05-27 08:40:18 +0000 |
commit | 30329066ed04246b78384e77b26e31a441ebf587 (patch) | |
tree | 39491973901b01fc751dcac33c0e112e3e81ae7a /gcc | |
parent | b28fea555874b235b002264c2a1604ead3611448 (diff) | |
download | gcc-30329066ed04246b78384e77b26e31a441ebf587.zip gcc-30329066ed04246b78384e77b26e31a441ebf587.tar.gz gcc-30329066ed04246b78384e77b26e31a441ebf587.tar.bz2 |
* doc/install.texi: Add links to macOS binary distributions.
From-SVN: r248535
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75bd751..8e7ccb2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-05-27 François-Xavier Coudett <fxcoudert@gcc.gnu.org> + + * doc/install.texi: Add links to macOS binary distributions. + 2017-05-27 Jakub Jelinek <jakub@redhat.com> PR bootstrap/80887 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 36424d1..ca93b2e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3079,6 +3079,15 @@ Solaris 2 (SPARC, Intel): @end itemize @item +macOS: +@itemize +@item +The @uref{https://brew.sh,,Homebrew} package manager; +@item +@uref{https://www.macports.org,,MacPorts}. +@end itemize + +@item Microsoft Windows: @itemize @item |