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

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

[Dotgnu-pnet-commits] CVS: pnet/csant csant_cscc.c,1.18,1.19


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/csant csant_cscc.c,1.18,1.19
Date: Fri, 19 Sep 2003 20:35:51 -0400

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

Modified Files:
        csant_cscc.c 
Log Message:


Add the "--unsafe" option to the command-line for "mcs" where necessary.


Index: csant_cscc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/csant/csant_cscc.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** csant_cscc.c        27 Feb 2003 07:27:27 -0000      1.18
--- csant_cscc.c        20 Sep 2003 00:35:49 -0000      1.19
***************
*** 907,910 ****
--- 907,916 ----
        }
  
+       /* Set the unsafe compilation state */
+       if(args->unsafe == COMP_FLAG_TRUE)
+       {
+               AddArg(&argv, &argc, "--unsafe");
+       }
+ 
        /* Disable the standard library if necessary */
        if(args->noStdLib == COMP_FLAG_TRUE)





reply via email to

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