diff options
author | Geoffrey Keating <geoffk@apple.com> | 2005-08-31 21:43:06 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2005-08-31 21:43:06 +0000 |
commit | 960ac6e1294ed1f7f859e26387c91b51fde9809f (patch) | |
tree | 0b78bf742ce7c4aff60bbd9cf0dff00586b0a8d2 /gcc/doc | |
parent | 41f94adead1eda3142dc5d8a114988cf07150afe (diff) | |
download | gcc-960ac6e1294ed1f7f859e26387c91b51fde9809f.zip gcc-960ac6e1294ed1f7f859e26387c91b51fde9809f.tar.gz gcc-960ac6e1294ed1f7f859e26387c91b51fde9809f.tar.bz2 |
install.texi (Specific): Update cctools version required for full functionality.
* doc/install.texi (Specific): Update cctools version required
for full functionality.
* config/darwin.h (LINK_SPEC): Pass -mmacosx-version-min to the
linkers as -macosx_version_min.
From-SVN: r103702
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 27f44f8..7112102 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3472,7 +3472,7 @@ binaries are available at @uref{http://developer.apple.com/darwin/projects/compiler/} (free registration required). -This version of GCC requires at least cctools-528. +This version of GCC requires at least cctools-590.7. The version of GCC shipped by Apple typically includes a number of extensions not available in a standard GCC release. These extensions |