=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl,v retrieving revision 1.18 retrieving revision 1.22 diff -u -p -r1.18 -r1.22 --- OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2000/12/24 06:32:30 1.18 +++ OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2001/03/19 04:17:39 1.22 @@ -2,7 +2,7 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.17 2000/12/23 08:44:36 saito Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.21 2001/03/19 04:02:04 noro Exp $ */ #include "config.h" @@ -12,6 +12,7 @@ /* #define USE_LAPACK */ /* #define USE_FEP */ /* #undef OpenXM_HOME */ +/* #define USE_INTERVAL */ #if defined(LinuxArchitecture) #if LinuxCLibMajorVersion >= 6 || \ @@ -47,7 +48,7 @@ CC= gcc CC= cc #endif -CDEBUGFLAGS= -O2 +CDEBUGFLAGS= -O #if defined(SunArchitecture) #if SystemV4 @@ -83,6 +84,7 @@ CC= cc -Wl,-D -Wl,$(HEAP_START_ADDR) #endif #if defined(AlphaArchitecture) +CCOPTIONS = PARIFLAGS = -DLONG_IS_64BIT #else PARIFLAGS = -DLONG_IS_32BIT