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 | |
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
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/config/darwin.h | 1 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5debe68..8cf7736 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-08-31 Geoffrey Keating <geoffk@apple.com> + + * 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 <joern.rennecke@st.com> PR target/21255 diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 08abfbe..6b697a6 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 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 |