* config/i386/cygming.opt (posix): New Driver option.

From-SVN: r169490
This commit is contained in:
Joseph Myers 2011-02-01 16:45:09 +00:00 committed by Joseph Myers
parent 59793c5171
commit 926bcf2265
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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