Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2004-07-13 17:01:28 +0400
committerEarnie Boyd <earnie@users.sf.net>2004-07-13 17:01:28 +0400
commit650bcf9d7482a9c3604877e033a2a6b5b76a07c6 (patch)
tree6b7c300e48bb8797ac0ddbe0d7d07f0fa21181ce /winsup/mingw/mingwex
parentbb8c8bd47a72788f93a2414f37b0c5265208a398 (diff)
* Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use it
for C modules. * mingwex/Makefile.in: Ditto. * profile/Makefile.in: Ditto.
Diffstat (limited to 'winsup/mingw/mingwex')
-rw-r--r--winsup/mingw/mingwex/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in
index 1369de60d..6612c1d41 100644
--- a/winsup/mingw/mingwex/Makefile.in
+++ b/winsup/mingw/mingwex/Makefile.in
@@ -84,10 +84,10 @@ MNO_CYGWIN = @MNO_CYGWIN@
W32API_INCLUDE = @W32API_INCLUDE@
INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
- -nostdinc -nostdinc++ \
+ -nostdinc \
-iwithprefixbefore include
ALL_CFLAGS = $(CFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
-ALL_CXXFLAGS = $(CXXFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
+ALL_CXXFLAGS = $(CXXFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ $(MNO_CYGWIN)
AS = @AS@
AR = @AR@