#
# 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 BBN TC2000 (Motorola 88000 CPU)
#
# THIS CONFIGURATION IS UNSUPPORTED.
#
# See README for an explanation of what all these variables mean.
#

set ARCH = "tc2000"

set VERSIONS = "optimized"

set G_EXE_EXT = ""
set G_LIB_EXT = ""

set G_CC = "cc"
set G_OPT_CFLAGS = "-O"
set G_DEBUG_CFLAGS = "-g"
set G_CLIBS = "-lc -lm"

set G_FC = "f77"
set G_OPT_FFLAGS = "-O"
set G_DEBUG_FFLAGS = "-g"
set G_FLIBS = "-lf -lc -lm"

set G_LDFLAGS = ""

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

set G_DEFS = "-DALIGN_DOUBLES -DSLEEP_INTERVAL=0 -DUSE_BSD_TIME"

set G_MD_MODULE = "md_unix"
set G_SR_MODULE = "sr_null"

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 = "ar"
set G_RANLIB = "ranlib"

set PARALLEL = ""

