diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5debe6887f1..8cf77368a75 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-08-31 Geoffrey Keating + + * 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. + 2005-08-31 J"orn Rennecke PR target/21255 diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 08abfbe1000..6b697a6733e 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -268,6 +268,7 @@ Boston, MA 02110-1301, USA. */ %{headerpad_max_install_names*} \ %{Zimage_base*:-image_base %*} \ %{Zinit*:-init %*} \ + %{mmacosx-version-min=*:-macosx_version_min %*} \ %{nomultidefs} \ %{Zmulti_module:-multi_module} %{Zsingle_module:-single_module} \ %{Zmultiply_defined*:-multiply_defined %*} \ diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 27f44f885ec..7112102dc02 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