[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mingw-cvs
Subject:    MinGW-cvs digest, Vol 1 #411 - 3 msgs
From:       mingw-cvs-request () lists ! sourceforge ! net
Date:       2004-07-14 3:34:42
Message-ID: E1Bkaay-0007NM-Dt () sc8-sf-list1 ! sourceforge ! net
[Download RAW message or body]

Send MinGW-cvs mailing list submissions to
	mingw-cvs@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/mingw-cvs
or, via email, send a message with subject or body 'help' to
	mingw-cvs-request@lists.sourceforge.net

You can reach the person managing the list at
	mingw-cvs-admin@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-cvs digest..."


This list will notify you of updates to the code stored in CVS.  Typically only \
developers with access to update the CVS are interested in this list.  However, this \
list can be beneficial to see what is happening with your changes.  If you wish to \
unsubscribe please do so at https://lists.sourceforge.net/lists/listinfo/mingw-cvs.

Today's Topics:

   1. runtime/mingwex Makefile.in,1.10,1.11 (Earnie Boyd)
   2. runtime/profile Makefile.in,1.6,1.7 (Earnie Boyd)
   3. runtime ChangeLog,1.64,1.65 Makefile.in,1.30,1.31 (Earnie Boyd)

--__--__--

Message: 1
From: Earnie Boyd <earnie@users.sourceforge.net>
To: mingw-cvs@lists.sourceforge.net
Date: Tue, 13 Jul 2004 13:03:10 +0000
Subject: [MinGW-cvs] runtime/mingwex Makefile.in,1.10,1.11

Update of /cvsroot/mingw/runtime/mingwex
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv934/mingwex

Modified Files:
	Makefile.in 
Log Message:
Merge winsup changes

Index: Makefile.in
===================================================================
RCS file: /cvsroot/mingw/runtime/mingwex/Makefile.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile.in	13 Jul 2004 10:57:39 -0000	1.10
--- Makefile.in	13 Jul 2004 13:03:08 -0000	1.11
***************
*** 85,92 ****
  W32API_INCLUDE = @W32API_INCLUDE@
  INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
!   -nostdinc -nostdinc++ \
    -iwithprefixbefore include
  ALL_CFLAGS = $(CFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
! ALL_CXXFLAGS = $(CXXFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
  
  AS = @AS@
--- 85,92 ----
  W32API_INCLUDE = @W32API_INCLUDE@
  INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
!   -nostdinc \
    -iwithprefixbefore include
  ALL_CFLAGS = $(CFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
! ALL_CXXFLAGS = $(CXXFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ \
$(MNO_CYGWIN)  
  AS = @AS@



--__--__--

Message: 2
From: Earnie Boyd <earnie@users.sourceforge.net>
To: mingw-cvs@lists.sourceforge.net
Date: Tue, 13 Jul 2004 13:03:10 +0000
Subject: [MinGW-cvs] runtime/profile Makefile.in,1.6,1.7

Update of /cvsroot/mingw/runtime/profile
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv934/profile

Modified Files:
	Makefile.in 
Log Message:
Merge winsup changes

Index: Makefile.in
===================================================================
RCS file: /cvsroot/mingw/runtime/profile/Makefile.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.in	6 May 2003 13:29:09 -0000	1.6
--- Makefile.in	13 Jul 2004 13:03:08 -0000	1.7
***************
*** 50,57 ****
  W32API_INCLUDE = @W32API_INCLUDE@
  INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
!   -nostdinc -nostdinc++ \
    -iwithprefixbefore include
  ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
! ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
  
  AS = @AS@
--- 50,57 ----
  W32API_INCLUDE = @W32API_INCLUDE@
  INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
!   -nostdinc \
    -iwithprefixbefore include
  ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
! ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ $(MNO_CYGWIN)
  
  AS = @AS@



--__--__--

Message: 3
From: Earnie Boyd <earnie@users.sourceforge.net>
To: mingw-cvs@lists.sourceforge.net
Date: Tue, 13 Jul 2004 13:03:10 +0000
Subject: [MinGW-cvs] runtime ChangeLog,1.64,1.65 Makefile.in,1.30,1.31

Update of /cvsroot/mingw/runtime
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv934

Modified Files:
	ChangeLog Makefile.in 
Log Message:
Merge winsup changes

Index: Makefile.in
===================================================================
RCS file: /cvsroot/mingw/runtime/Makefile.in,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** Makefile.in	13 Jul 2004 11:05:15 -0000	1.30
--- Makefile.in	13 Jul 2004 13:03:07 -0000	1.31
***************
*** 101,108 ****
  INCLUDES+= -I$(srcdir)/include \
    -I$(srcdir)/../include \
!   -nostdinc -nostdinc++ \
    -iwithprefixbefore include
  ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
! ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
  
  AS = @AS@
--- 101,108 ----
  INCLUDES+= -I$(srcdir)/include \
    -I$(srcdir)/../include \
!   -nostdinc \
    -iwithprefixbefore include
  ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
! ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ $(MNO_CYGWIN)
  
  AS = @AS@

Index: ChangeLog
===================================================================
RCS file: /cvsroot/mingw/runtime/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** ChangeLog	13 Jul 2004 11:12:04 -0000	1.64
--- ChangeLog	13 Jul 2004 13:03:07 -0000	1.65
***************
*** 1,4 ****
--- 1,8 ----
  2004-07-13  Earnie Boyd  <earnie@users.sourcefourge.net>
  
+ 	* Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use it
+ 	for C modules.
+ 	* mingwex/Makefile.in: Ditto.
+ 	* profile/Makefile.in: Ditto.
  	* include/limits.h: Change to new file header preamble.
  	* include/_mingw.h: Increment minor version for 3.4 release.




--__--__--

_______________________________________________
MinGW-cvs mailing list
MinGW-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-cvs


End of MinGW-cvs Digest


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic