=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl,v retrieving revision 1.22 retrieving revision 1.25 diff -u -p -r1.22 -r1.25 --- OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2001/03/19 04:17:39 1.22 +++ OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2001/06/25 05:30:50 1.25 @@ -2,11 +2,11 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.21 2001/03/19 04:02:04 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.24 2001/06/15 07:56:05 noro Exp $ */ #include "config.h" -#define USE_GCC +/* #define USE_GCC */ /* #define USE_MPI */ /* #define USE_FFT_FLOAT */ /* #define USE_LAPACK */ @@ -25,7 +25,7 @@ EXTRA_LDOPTIONS=-static #endif #endif -#if defined(AlphaArchitecture) +#if defined(AlphaArchitecture) || defined(DarwinArchitecture) #undef USE_GCC #endif @@ -48,7 +48,7 @@ CC= gcc CC= cc #endif -CDEBUGFLAGS= -O +CDEBUGFLAGS= -O3 #if defined(SunArchitecture) #if SystemV4 @@ -88,6 +88,14 @@ CCOPTIONS = PARIFLAGS = -DLONG_IS_64BIT #else PARIFLAGS = -DLONG_IS_32BIT +#endif + +#if defined(DarwinArchitecture) +CCOPTIONS = +#endif + +#if defined(AIXArchitecture) +CC = cc -qchars=signed #endif #ifdef USE_PARI