darwin.opt (mmacosx-version-min): Update default OS version.
authorMike Stump <mikestump@comcast.net>
Mon, 7 Feb 2011 20:11:45 +0000 (20:11 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Mon, 7 Feb 2011 20:11:45 +0000 (20:11 +0000)
* config/darwin.opt (mmacosx-version-min): Update default OS
version.

From-SVN: r169898

gcc/ChangeLog
gcc/config/darwin.opt

index 80eb670913d35ffc60e0ce7e1109658f6e7b0e83..21580a15f729414c6953a0e318c1ed36fdaaf163 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-07  Mike Stump  <mikestump@comcast.net>
+
+       * config/darwin.opt (mmacosx-version-min): Update default OS
+       version.
+
 2011-02-07  Denis Chertykov  <chertykov@gmail.com>
 
        PR target/47534
index 0d8c4b542c2c1ab3da2d9bdfc2a0b26eace35dcf..a31ee074cf06b3b2e3ee6663b1652818f7387d32 100644 (file)
@@ -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