aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2007-06-07 18:56:51 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2007-06-07 18:56:51 +0000
commite46b55d03847d5da02710dc7c53bed67edd007ad (patch)
treed9d864d915cd9c3d17707352d3bf0704f21f26ab /gcc/doc/invoke.texi
parentabea993f795f6b843d0a9ea036a93cb5d6f90bc1 (diff)
downloadgcc-e46b55d03847d5da02710dc7c53bed67edd007ad.zip
gcc-e46b55d03847d5da02710dc7c53bed67edd007ad.tar.gz
gcc-e46b55d03847d5da02710dc7c53bed67edd007ad.tar.bz2
Index: ChangeLog
2007-06-06 Geoffrey Keating <geoffk@apple.com> Hui-May Chang <hm.chang@apple.com> * doc/invoke.texi (Darwin Options): Update documentation for -mmacosx-version-min. * config.gcc (*-*-darwin*): Set extra_gcc_objs. * config/darwin-driver.c: New file. * config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION): New. * config/t-darwin (darwin-driver.o): New rule. * config/darwin-c.c (version_as_macro): Ignore low digit. Index: testsuite/ChangeLog 2007-06-06 Geoffrey Keating <geoffk@apple.com> * gcc.dg/darwin-minversion-3.c: New. Co-Authored-By: Hui-May Chang <hm.chang@apple.com> From-SVN: r125537
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 4aedf30..220c5f5 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -8763,8 +8763,10 @@ The earliest version of MacOS X that this executable will run on
is @var{version}. Typical values of @var{version} include @code{10.1},
@code{10.2}, and @code{10.3.9}.
-The default for this option is to make choices that seem to be most
-useful.
+If the compiler was built to use the system's headers by default,
+then the default for this option is the system version on which the
+compiler is running, otherwise the default is to make choices which
+are compatible with as many systems and code bases as possible.
@item -mkernel
@opindex mkernel