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

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

[dotgnu-pnet-commits] pnet ChangeLog configure.in


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnet ChangeLog configure.in
Date: Mon, 12 Feb 2007 21:08:59 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnet
Changes by:     Klaus Treichel <ktreichel>      07/02/12 21:08:59

Modified files:
        .              : ChangeLog configure.in 

Log message:
        2007-02-12  Klaus Treichel  <address@hidden>
        
                * configure.in: Export CC after disabling the use of the cygwin 
library
                so that this is used for configuring libffi and libgc too.
        
                * ChangeLog: Fix a typo. (Spotted by Robert Schwebel)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnet/ChangeLog?cvsroot=dotgnu-pnet&r1=1.3416&r2=1.3417
http://cvs.savannah.gnu.org/viewcvs/pnet/configure.in?cvsroot=dotgnu-pnet&r1=1.220&r2=1.221

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.3416
retrieving revision 1.3417
diff -u -b -r1.3416 -r1.3417
--- ChangeLog   11 Feb 2007 16:12:27 -0000      1.3416
+++ ChangeLog   12 Feb 2007 21:08:59 -0000      1.3417
@@ -1,3 +1,10 @@
+2007-02-12  Klaus Treichel  <address@hidden>
+
+       * configure.in: Export CC after disabling the use of the cygwin library
+       so that this is used for configuring libffi and libgc too.
+
+       * ChangeLog: Fix a typo. (Spotted by Robert Schwebel)
+
 2007-02-11  Radek Polak  <address@hidden>
 
        * dumpasm/dump_class.c: Forgot to add parameter for dump offsets.
@@ -76,7 +83,7 @@
 
 2007-02-06  Klaus Treichel  <address@hidden>
 
-       * libffi/configure.ac, libffi/configure: Remuve the testsuite from the
+       * libffi/configure.ac, libffi/configure: Remove the testsuite from the
        subdirs and fix the multilib support for pnet.
 
        * depcomp: Add needed file to build libffi.

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -b -r1.220 -r1.221
--- configure.in        6 Feb 2007 20:54:52 -0000       1.220
+++ configure.in        12 Feb 2007 21:08:59 -0000      1.221
@@ -58,6 +58,8 @@
 esac],[cygwin=$def_cygwin])
 if test x$cygwin = xfalse ; then
   CC="$CC -mno-cygwin"
+  # to pass -mno-cygwin to configure of libffi and libgc
+  export CC
   SOCKETLIBS="-lwsock32"
   WINLIBS="-lole32"
   suppress_libm=yes




reply via email to

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