#
# PCN System
#
# Please see the DISCLAIMER file in the top level directory of the
# distribution regarding the provisions under which this software
# is distributed.
#
# Config file for the Intel Touchstone Delta (i860 CPU)
#
# See README for an explanation of what all these variables mean.
#

set ARCH = "delta"

set VERSIONS = "optimized"

set G_EXE_EXT = ".delta"
set G_LIB_EXT = ""

set G_CC = "icc"
set G_OPT_CFLAGS = "-O3 -node"
set G_DEBUG_CFLAGS = "-g -node"
set G_CLIBS = ""

set G_FC = "if77"
set G_OPT_FFLAGS = "-O3 -node"
set G_DEBUG_FFLAGS = "-g -node"
set G_FLIBS = "-lf"

set G_LDFLAGS = ""

set G_PCNCC_CC = "cc"
set G_PCNCC_LIBS = ""
set G_PCNCC_CFLAGS = ""
set G_PCNCC_DFLAGS = "-g"

set G_DEFS = "-DSYSV -DSYSV3_2 -DBIT_FIELDS_RIGHT_TO_LEFT -DALIGN_DOUBLES -DSLEEP_INTERVAL=0 -DDEBUG=0 -DDONT_INCLUDE_ANSI -DGETWD_TO_GETCWD -DRANDOM_TO_RAND"

set G_MD_MODULE = "md_nx"
set G_SR_MODULE = "sr_nx"

set G_CPP = "/lib/cpp"
set G_MAKE = "make"
set G_LEX = "lex"
set G_LEX_FLAGS = ""
set G_YACC = "yacc"
set G_YACC_FLAGS = ""
set G_AR = "ar860"
set G_RANLIB = "true"

set PARALLEL = ""

set UTILS = ""
set INTERFACES = ""
