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

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

[Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.1910,1.1911 configure.in,1.8


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.1910,1.1911 configure.in,1.89,1.90
Date: Thu, 28 Nov 2002 00:05:54 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:


Add the "--disable-optimizations" flag to assist with building on
certain platforms.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.1910
retrieving revision 1.1911
diff -C2 -r1.1910 -r1.1911
*** ChangeLog   28 Nov 2002 04:57:31 -0000      1.1910
--- ChangeLog   28 Nov 2002 05:05:51 -0000      1.1911
***************
*** 1,3 ****
--- 1,8 ----
  
+ 2002-11-28  James McParlane  <address@hidden>
+ 
+       * configure.in: add the "--disable-optimizations" flag to
+       assist with building on certain platforms.
+ 
  2002-11-28  Rhys Weatherley  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -r1.89 -r1.90
*** configure.in        23 Nov 2002 19:27:10 -0000      1.89
--- configure.in        28 Nov 2002 05:05:51 -0000      1.90
***************
*** 68,71 ****
--- 68,83 ----
  ])
  
+ #
+ # NOTE! This (--disable-optimizations argument) should be able to be removed 
when the gcc optimizer bug goes away.......
+ #
+ AC_ARG_ENABLE(optimizations,  
+ [  --disable-optimizations disables all CFLAGS that have been passed into 
./configure via the environment or 
+                           by the PROG_CC macro. The result is that CFLAGS is 
replaced by the default '-g'. 
+                           This is useful in bypassing the apparent bugs in 
gcc's optimizer.], 
+ [
+       CFLAGS="-g"
+ ])
+ 
+ 
  dnl This code was borrowed from "libgc" to test for the correct
  dnl thread package to use, and to notify the garbage collector's





reply via email to

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