dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: treecc ChangeLog,1.62,1.63 configure.in,1.24


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: treecc ChangeLog,1.62,1.63 configure.in,1.24,1.25
Date: Mon, 16 Dec 2002 05:06:03 -0500

Update of /cvsroot/dotgnu-pnet/treecc
In directory subversions:/tmp/cvs-serv29650

Modified Files:
        ChangeLog configure.in 
Log Message:


Don't use "-mno-cygwin" with "mingw32" compilers.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -r1.62 -r1.63
*** ChangeLog   15 Dec 2002 23:54:29 -0000      1.62
--- ChangeLog   16 Dec 2002 10:05:59 -0000      1.63
***************
*** 5,8 ****
--- 5,10 ----
        test output files to prevent problems when diff'ing on MS-DOS systems.
  
+       * configure.in: don't use "-mno-cygwin" with "mingw32" compilers.
+ 
  2002-12-15  Rhys Weatherley  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/configure.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** configure.in        15 Dec 2002 04:20:59 -0000      1.24
--- configure.in        16 Dec 2002 10:05:59 -0000      1.25
***************
*** 13,16 ****
--- 13,19 ----
                CC="gcc -mno-cygwin"
                ;;
+       *-*-mingw*)
+               platform_win32=yes
+               ;;
        *)
                platform_win32=no




reply via email to

[Prev in Thread] Current Thread [Next in Thread]