diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2005-02-17 03:49:47 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2005-02-17 03:49:47 +0000 |
commit | beb5f8072a53de566c0956da3b62dab02d12382a (patch) | |
tree | 8eeb79a89a5dbc792b8c2965c0d4df745be072e0 | |
parent | 9ace7f9e63003ce68a064a370b023ff71283a976 (diff) | |
download | gcc-beb5f8072a53de566c0956da3b62dab02d12382a.zip gcc-beb5f8072a53de566c0956da3b62dab02d12382a.tar.gz gcc-beb5f8072a53de566c0956da3b62dab02d12382a.tar.bz2 |
install.texi (Specific): Update link for Darwin-specific tool binary site.
* doc/install.texi (Specific): Update link for Darwin-specific
tool binary site.
From-SVN: r95147
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50c9b83..56fd26a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-17 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Specific): Update link for Darwin-specific + tool binary site. + 2005-02-16 James A. Morrison <phython@gcc.gnu.org> * fold-const.c (invert_truthvalue): <INTEGER_CST>: Call diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 08b335d..dcd8e2c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3362,7 +3362,7 @@ PowerPC running Darwin (Mac OS X kernel). Pre-installed versions of Mac OS X may not include any developer tools, meaning that you will not be able to build GCC from source. Tool binaries are available at -@uref{http://developer.apple.com/tools/compilers.html} (free +@uref{http://developer.apple.com/darwin/projects/compiler/} (free registration required). This version of GCC requires at least cctools-528. |