diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-02-01 16:45:09 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-02-01 16:45:09 +0000 |
commit | 926bcf22655470b2eef57a62a66ef2c7d824bf9c (patch) | |
tree | 67ce10a44dd79a1f133e4105c75977fb973ad303 /gcc/config/i386/cygming.opt | |
parent | 59793c51714b2f643dd4f800d721c232a9f71050 (diff) | |
download | gcc-926bcf22655470b2eef57a62a66ef2c7d824bf9c.zip gcc-926bcf22655470b2eef57a62a66ef2c7d824bf9c.tar.gz gcc-926bcf22655470b2eef57a62a66ef2c7d824bf9c.tar.bz2 |
* config/i386/cygming.opt (posix): New Driver option.
From-SVN: r169490
Diffstat (limited to 'gcc/config/i386/cygming.opt')
-rw-r--r-- | gcc/config/i386/cygming.opt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/i386/cygming.opt b/gcc/config/i386/cygming.opt index 89d5d09..0fb325b 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 |