[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.9 and 1.10

version 1.9, 2000/04/10 08:31:37 version 1.10, 2000/05/29 08:54:47
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.8 2000/03/14 06:30:34 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.9 2000/04/10 08:31:37 noro Exp $ */
 #include "config.h"  #include "config.h"
   
 #define USE_GCC  #define USE_GCC
Line 41  CC= gcc
Line 41  CC= gcc
 CC= cc  CC= cc
 #endif  #endif
   
 CDEBUGFLAGS= -O6  CDEBUGFLAGS= -O
   
 #if defined(SunArchitecture)  #if defined(SunArchitecture)
 #if SystemV4  #if SystemV4
 #if defined(SparcArchitecture)  #if defined(SparcArchitecture)
 CDEBUGFLAGS= -O6 -mv8  CDEBUGFLAGS= -O -mv8
 #else  #else
 CDEBUGFLAGS= -O6  CDEBUGFLAGS= -O
 #endif  #endif
 CCOPTIONS = -DSYSV -DSVR4  CCOPTIONS = -DSYSV -DSVR4
 AR=/usr/ccs/bin/ar cqs  AR=/usr/ccs/bin/ar cqs

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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