| Index: gcc/gcc/config/i386/cygming.opt
|
| diff --git a/gcc/gcc/config/i386/cygming.opt b/gcc/gcc/config/i386/cygming.opt
|
| index 7c29eb89b9f0187083ce34aecd3c43f2bbbcb4e1..72dfc3401bb239935c3e822028aa22bfdd9c2f5e 100644
|
| --- a/gcc/gcc/config/i386/cygming.opt
|
| +++ b/gcc/gcc/config/i386/cygming.opt
|
| @@ -1,6 +1,6 @@
|
| ; Cygwin- and MinGW-specific options.
|
|
|
| -; Copyright (C) 2005, 2007 Free Software Foundation, Inc.
|
| +; Copyright (C) 2005, 2007, 2009 Free Software Foundation, Inc.
|
| ;
|
| ; This file is part of GCC.
|
| ;
|
| @@ -45,3 +45,11 @@ Set Windows defines
|
| mwindows
|
| Target
|
| Create GUI application
|
| +
|
| +mpe-aligned-commons
|
| +Target Var(use_pe_aligned_common) Init(HAVE_GAS_ALIGNED_COMM)
|
| +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
|
|
|