Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 9684 invoked from network); 2 Jul 2008 16:10:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2008 16:10:17 -0000 Received: (qmail 29128 invoked by uid 500); 2 Jul 2008 16:10:18 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 29116 invoked by uid 500); 2 Jul 2008 16:10:18 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 29105 invoked by uid 99); 2 Jul 2008 16:10:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 09:10:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Farid_Zaripov@epam.com designates 217.21.63.3 as permitted sender) Received: from [217.21.63.3] (HELO EPMSA009.epam.com) (217.21.63.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 16:09:26 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: User-defined compiler flags Date: Wed, 2 Jul 2008 19:09:43 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE64380297C567@epmsa009.minsk.epam.com> In-Reply-To: <486B9F11.40808@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: User-defined compiler flags Thread-Index: AcjcWLz4mZeLADYzQFOY8UWMomBCWAAAi00g References: <486574FB.8010502@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE64380297C130@epmsa009.minsk.epam.com> <486B9F11.40808@roguewave.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor > Sent: Wednesday, July 02, 2008 6:30 PM > To: dev@stdcxx.apache.org > Subject: Re: User-defined compiler flags >=20 > > The libc_decl.sh script doesn't using CPPOPTS, CXXOPTS and LDOPTS. > >=20 > > ---------------- > > make builddir BUILDDIR=3Dmingw15s BUILDTYPE=3D15s = CONFIG=3Dgcc.config=20 > > CPPOPTS=3D-mno-cygwin LDOPTS=3D-mno-cygwin cd mingw15s/include && = make=20 > > CPPOPTS=3D-mno-cygwin LDOPTS=3D-mno-cygwin > > ---------------- > >=20 > > But looking into config.log file I see that -mno-cygwin option is=20 > > not used at configure step. >=20 > Unless there is some other mechanism that controls this on=20 > Windows it seem that it should work. The same behavior on Ubuntu Linux. > If you agree, I suggest we open an issue/enhancement as a reminder to implement it. https://issues.apache.org/jira/browse/STDCXX-982 Farid.