diff options
author | Mike Stump <mrs@apple.com> | 2003-04-02 22:30:49 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2003-04-02 22:30:49 +0000 |
commit | 112924807cce5d54ff6d94409e1e0a9690edf182 (patch) | |
tree | 54cb9d3c69d5462f7639c4c70919378185af4ecc /gcc | |
parent | a5b378d6f7919d686c194efa5f322914b4dc744d (diff) | |
download | gcc-112924807cce5d54ff6d94409e1e0a9690edf182.zip gcc-112924807cce5d54ff6d94409e1e0a9690edf182.tar.gz gcc-112924807cce5d54ff6d94409e1e0a9690edf182.tar.bz2 |
* doc/install.texi (Specific): Update pointers to apple.com.
From-SVN: r65180
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ee299b..0977704 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-04-02 Mike Stump <mrs@apple.com> + + * doc/install.texi (Specific): Update pointers to apple.com. + Thu Apr 3 00:18:49 CEST 2003 Jan HUbicka <jh@suse.cz> * i386.c (override_options): Disable red zone by default on i386. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 2a9ddd1..d8ce083 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 |