summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-02-01 16:45:09 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-02-01 16:45:09 +0000
commit926bcf22655470b2eef57a62a66ef2c7d824bf9c (patch)
tree67ce10a44dd79a1f133e4105c75977fb973ad303
parent59793c51714b2f643dd4f800d721c232a9f71050 (diff)
downloadgcc-926bcf22655470b2eef57a62a66ef2c7d824bf9c.tar.gz
* config/i386/cygming.opt (posix): New Driver option.
From-SVN: r169490
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/cygming.opt5
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3ab8bd9d9c5..a553bba3ae1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2011-02-01 Joseph Myers <joseph@codesourcery.com>
+ * config/i386/cygming.opt (posix): New Driver option.
+
+2011-02-01 Joseph Myers <joseph@codesourcery.com>
+
* config/arm/vxworks.opt: New.
* config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
diff --git a/gcc/config/i386/cygming.opt b/gcc/config/i386/cygming.opt
index 89d5d09d1aa..0fb325bdeea 100644
--- a/gcc/config/i386/cygming.opt
+++ b/gcc/config/i386/cygming.opt
@@ -1,6 +1,6 @@
; Cygwin- and MinGW-specific options.
-; Copyright (C) 2005, 2007, 2009, 2010 Free Software Foundation, Inc.
+; Copyright (C) 2005, 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
@@ -49,3 +49,6 @@ Use the GNU extension to the PE format for aligned common data
muse-libstdc-wrappers
Target Condition({defined (USE_CYGWIN_LIBSTDCXX_WRAPPERS)})
Compile code that relies on Cygwin DLL wrappers to support C++ operator new/delete replacement
+
+posix
+Driver