[BACK]Return to Risa.tmpl CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Diff for /OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl between version 1.7 and 1.8

version 1.7, 2000/03/10 03:05:01 version 1.8, 2000/03/14 06:30:34
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.6 2000/03/06 08:24:23 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.7 2000/03/10 03:05:01 noro Exp $ */
 #include "config.h"  #include "config.h"
   
 #define USE_GCC  #define USE_GCC
Line 40  CC= cc
Line 40  CC= cc
   
 CDEBUGFLAGS= -O6  CDEBUGFLAGS= -O6
   
 #if defined(SparcArchitecture)  #if defined(SunArchitecture)
 #if SystemV4  #if SystemV4
   #if defined(SparcArchitecture)
 CDEBUGFLAGS= -O6 -mv8  CDEBUGFLAGS= -O6 -mv8
   #else
   CDEBUGFLAGS= -O6
   #endif
 CCOPTIONS = -DSYSV -DSVR4  CCOPTIONS = -DSYSV -DSVR4
 AR=/usr/ccs/bin/ar cqs  AR=/usr/ccs/bin/ar cqs
 /* ranlib is dummy on Solaris 2. */  /* ranlib is dummy on Solaris 2. */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>