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

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

[Dotgnu-pnet-commits] CVS: pnetC ChangeLog,1.16,1.17 configure.in,1.12,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetC ChangeLog,1.16,1.17 configure.in,1.12,1.13
Date: Sun, 16 Feb 2003 18:36:16 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:


Add the correct path for "cscc-cs" to the compiler command-line;
remove the "ilasm" path as it is no longer necessary.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetC/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** ChangeLog   11 Jan 2003 02:39:09 -0000      1.16
--- ChangeLog   16 Feb 2003 23:36:14 -0000      1.17
***************
*** 1,3 ****
--- 1,9 ----
  
+ 2003-02-17  Rhys Weatherley  <address@hidden>
+ 
+       * configure.in: add the correct path for "cscc-cs" to the
+       compiler command-line; remove the "ilasm" path as it is no
+       longer necessary.
+ 
  2003-01-11  Rhys Weatherley  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetC/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** configure.in        11 Jan 2003 02:39:10 -0000      1.12
--- configure.in        16 Feb 2003 23:36:14 -0000      1.13
***************
*** 74,82 ****
  dnl Determine additional flags that we need to force "cscc" to act sane.
  CFLAGS="-x c $EXTRA_CFLAGS"
- if test -x "$PNET_PATH/ilasm/ilasm" ; then
-       CFLAGS="$CFLAGS -filasm-path=$PNET_PATH/ilasm/ilasm"
- fi
  if test -x "$PNET_PATH/cscc/cscc-c-s" ; then
        CFLAGS="$CFLAGS -fplugin-c-path=$PNET_PATH/cscc/cscc-c-s"
  fi
  if test -f "$PNETLIB_PATH/csupport/OpenSystem.C.dll" ; then
--- 74,82 ----
  dnl Determine additional flags that we need to force "cscc" to act sane.
  CFLAGS="-x c $EXTRA_CFLAGS"
  if test -x "$PNET_PATH/cscc/cscc-c-s" ; then
        CFLAGS="$CFLAGS -fplugin-c-path=$PNET_PATH/cscc/cscc-c-s"
+ fi
+ if test -x "$PNET_PATH/cscc/cscc-cs" ; then
+       CFLAGS="$CFLAGS -fplugin-cs-path=$PNET_PATH/cscc/cscc-cs"
  fi
  if test -f "$PNETLIB_PATH/csupport/OpenSystem.C.dll" ; then





reply via email to

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