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

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

[Dotgnu-pnet-commits] CVS: pnet/support Makefile.am, 1.47, 1.48 path.c,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/support Makefile.am, 1.47, 1.48 path.c, 1.4, 1.5
Date: Thu, 18 Sep 2003 22:12:46 -0400

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

Modified Files:
        Makefile.am path.c 
Log Message:


Add the "InfoMethods.GetPlatformName" internalcall to the engine.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/Makefile.am,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** Makefile.am 29 Aug 2003 01:53:51 -0000      1.47
--- Makefile.am 19 Sep 2003 02:12:44 -0000      1.48
***************
*** 71,75 ****
                        -DCSCC_LIB_PREFIX=\"$(libdir)\" \
                    -DCSCC_BIN_PREFIX=\"$(bindir)\" \
!                   -DCSCC_DATA_PREFIX=\"$(datadir)\"
  
  CLEANFILES = $(srcdir)/errno_map.c
--- 71,76 ----
                        -DCSCC_LIB_PREFIX=\"$(libdir)\" \
                    -DCSCC_BIN_PREFIX=\"$(bindir)\" \
!                   -DCSCC_DATA_PREFIX=\"$(datadir)\" \
!                       -DCSCC_HOST_TRIPLET=\"$(host_triplet)\"
  
  CLEANFILES = $(srcdir)/errno_map.c

Index: path.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/path.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** path.c      22 Jul 2003 03:41:20 -0000      1.4
--- path.c      19 Sep 2003 02:12:44 -0000      1.5
***************
*** 385,388 ****
--- 385,397 ----
  }
  
+ const char *ILGetPlatformName(void)
+ {
+ #ifdef CSCC_HOST_TRIPLET
+       return CSCC_HOST_TRIPLET;
+ #else
+       return 0;
+ #endif
+ }
+ 
  #ifdef        __cplusplus
  };





reply via email to

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