comparison gcc/config/i386/cygming.opt @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 ; Cygwin- and MinGW-specific options. 1 ; Cygwin- and MinGW-specific options.
2 2
3 ; Copyright (C) 2005, 2007 Free Software Foundation, Inc. 3 ; Copyright (C) 2005, 2007, 2009 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
43 Set Windows defines 43 Set Windows defines
44 44
45 mwindows 45 mwindows
46 Target 46 Target
47 Create GUI application 47 Create GUI application
48
49 mpe-aligned-commons
50 Target Var(use_pe_aligned_common) Init(HAVE_GAS_ALIGNED_COMM)
51 Use the GNU extension to the PE format for aligned common data
52
53 muse-libstdc-wrappers
54 Target Condition({defined (USE_CYGWIN_LIBSTDCXX_WRAPPERS)})
55 Compile code that relies on Cygwin DLL wrappers to support C++ operator new/delete replacement