version 1.9, 2000/04/10 08:31:37 |
version 1.12, 2000/08/22 01:30:25 |
|
|
/* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.8 2000/03/14 06:30:34 noro Exp $ */ |
/* |
|
* Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED |
|
* All rights reserved. |
|
* |
|
* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.11 2000/08/21 08:31:35 noro Exp $ |
|
*/ |
#include "config.h" |
#include "config.h" |
|
|
#define USE_GCC |
#define USE_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 |