From 83296cd0f41f505d6e0e56f28735e92c70925cbf Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Mon, 7 Feb 2011 20:11:45 +0000 Subject: [PATCH] darwin.opt (mmacosx-version-min): Update default OS version. * config/darwin.opt (mmacosx-version-min): Update default OS version. From-SVN: r169898 --- gcc/ChangeLog | 5 +++++ gcc/config/darwin.opt | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 80eb670913d..21580a15f72 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-02-07 Mike Stump + + * config/darwin.opt (mmacosx-version-min): Update default OS + version. + 2011-02-07 Denis Chertykov PR target/47534 diff --git a/gcc/config/darwin.opt b/gcc/config/darwin.opt index 0d8c4b542c2..a31ee074cf0 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 -- 2.30.2