From 926bcf22655470b2eef57a62a66ef2c7d824bf9c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 1 Feb 2011 16:45:09 +0000 Subject: * config/i386/cygming.opt (posix): New Driver option. From-SVN: r169490 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/cygming.opt | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ab8bd9..a553bba 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2011-02-01 Joseph Myers + * config/i386/cygming.opt (posix): New Driver option. + +2011-02-01 Joseph Myers + * config/arm/vxworks.opt: New. * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt. 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 -- cgit v1.1