diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-02 22:30:49 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-02 22:30:49 +0000 |
commit | 06a58e9b13385d8360902bb5cda73b79785bb0f6 (patch) | |
tree | 54cb9d3c69d5462f7639c4c70919378185af4ecc /gcc/doc | |
parent | 928bf046b592d7a3f1d9c784353086073ba57ed7 (diff) | |
download | gcc-06a58e9b13385d8360902bb5cda73b79785bb0f6.tar.gz |
* doc/install.texi (Specific): Update pointers to apple.com.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65180 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 2a9ddd19899..d8ce0830977 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2924,15 +2924,9 @@ 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://www.opensource.apple.com/projects/darwin/} (free +@uref{http://developer.apple.com/tools/compilers.html} (free registration required). -If you're using Darwin 1.3 (Mac OS X 10.0) or earlier, you will need -to upgrade the assembler to version ``cctools-364''. To get cctools-364, -check out @file{cctools} with tag @samp{Apple-364}, build it, and -install the assembler as @file{usr/bin/as}. See -@uref{http://www.opensource.apple.com/tools/cvs/docs.html} for details. - The default stack limit of 512K is too small, which may cause compiles to fail with 'Bus error'. Set the stack larger, for instance by doing @samp{limit stack 800}. It's a good idea to use the GNU |