aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.opt
diff options
context:
space:
mode:
authorMike Stump <mikestump@comcast.net>2011-02-07 20:11:45 +0000
committerMike Stump <mrs@gcc.gnu.org>2011-02-07 20:11:45 +0000
commit83296cd0f41f505d6e0e56f28735e92c70925cbf (patch)
tree0c40a2b338224197f55f8e2f9d8231098423f026 /gcc/config/darwin.opt
parenta10b8e2915e936479dbdd18a5cfe095856e50ad7 (diff)
downloadgcc-83296cd0f41f505d6e0e56f28735e92c70925cbf.zip
gcc-83296cd0f41f505d6e0e56f28735e92c70925cbf.tar.gz
gcc-83296cd0f41f505d6e0e56f28735e92c70925cbf.tar.bz2
darwin.opt (mmacosx-version-min): Update default OS version.
* config/darwin.opt (mmacosx-version-min): Update default OS version. From-SVN: r169898
Diffstat (limited to 'gcc/config/darwin.opt')
-rw-r--r--gcc/config/darwin.opt11
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/config/darwin.opt b/gcc/config/darwin.opt
index 0d8c4b5..a31ee07 100644
--- a/gcc/config/darwin.opt
+++ b/gcc/config/darwin.opt
@@ -217,12 +217,13 @@ mfix-and-continue
Target Report Var(darwin_fix_and_continue)
Generate code suitable for fast turn around debugging
-; The Init here is for the convenience of GCC developers, so that
-; cc1 and cc1plus don't crash if no -mmacosx-version-min is passed. The
-; driver will always pass a -mmacosx-version-min, so in normal use
-; the Init is never used.
+; The Init here is for the convenience of GCC developers, so that cc1
+; and cc1plus don't crash if no -mmacosx-version-min is passed. The
+; driver will always pass a -mmacosx-version-min, so in normal use the
+; Init is never used. Useful for setting the OS on which people
+; ususally debug.
mmacosx-version-min=
-Target Joined Report Var(darwin_macosx_version_min) Init("10.1")
+Target Joined Report Var(darwin_macosx_version_min) Init("10.6")
The earliest MacOS X version on which this program will run
mone-byte-bool