=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl,v retrieving revision 1.8 retrieving revision 1.10 diff -u -p -r1.8 -r1.10 --- OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2000/03/14 06:30:34 1.8 +++ OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2000/05/29 08:54:47 1.10 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.7 2000/03/10 03:05:01 noro Exp $ */ +/* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.9 2000/04/10 08:31:37 noro Exp $ */ #include "config.h" #define USE_GCC @@ -12,8 +12,11 @@ (LinuxCLibMajorVersion == 5 && LinuxCLibMinorVersion == 99) STD_CPP_DEFINES = -traditional -Dlinux -D_BSD_SOURCE $(PROJECT_DEFINES) STD_DEFINES = -Dlinux -D_BSD_SOURCE $(PROJECT_DEFINES) +#if 0 +EXTRA_LDOPTIONS=-static #endif #endif +#endif #if defined(AlphaArchitecture) #undef USE_GCC @@ -38,14 +41,14 @@ CC= gcc CC= cc #endif -CDEBUGFLAGS= -O6 +CDEBUGFLAGS= -O #if defined(SunArchitecture) #if SystemV4 #if defined(SparcArchitecture) -CDEBUGFLAGS= -O6 -mv8 +CDEBUGFLAGS= -O -mv8 #else -CDEBUGFLAGS= -O6 +CDEBUGFLAGS= -O #endif CCOPTIONS = -DSYSV -DSVR4 AR=/usr/ccs/bin/ar cqs