comparison gcc/config/i386/cygming.opt @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 ; Cygwin- and MinGW-specific options. 1 ; Cygwin- and MinGW-specific options.
2 2
3 ; Copyright (C) 2005, 2007, 2009 Free Software Foundation, Inc. 3 ; Copyright (C) 2005, 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
4 ; 4 ;
5 ; This file is part of GCC. 5 ; This file is part of GCC.
6 ; 6 ;
7 ; GCC is free software; you can redistribute it and/or modify it under 7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free 8 ; the terms of the GNU General Public License as published by the Free
19 ; <http://www.gnu.org/licenses/>. 19 ; <http://www.gnu.org/licenses/>.
20 20
21 mconsole 21 mconsole
22 Target RejectNegative 22 Target RejectNegative
23 Create console application 23 Create console application
24
25 mcygwin
26 Target
27 Use the Cygwin interface
28 24
29 mdll 25 mdll
30 Target RejectNegative 26 Target RejectNegative
31 Generate code for a DLL 27 Generate code for a DLL
32 28
51 Use the GNU extension to the PE format for aligned common data 47 Use the GNU extension to the PE format for aligned common data
52 48
53 muse-libstdc-wrappers 49 muse-libstdc-wrappers
54 Target Condition({defined (USE_CYGWIN_LIBSTDCXX_WRAPPERS)}) 50 Target Condition({defined (USE_CYGWIN_LIBSTDCXX_WRAPPERS)})
55 Compile code that relies on Cygwin DLL wrappers to support C++ operator new/delete replacement 51 Compile code that relies on Cygwin DLL wrappers to support C++ operator new/delete replacement
52
53 posix
54 Driver