Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / amd64 / lib / tclConfig.sh
CommitLineData
920dae64
AT
1# tclConfig.sh --
2#
3# This shell script (for sh) is generated automatically by Tcl's
4# configure script. It will create shell variables for most of
5# the configuration options discovered by the configure script.
6# This script is intended to be included by the configure scripts
7# for Tcl extensions so that they don't have to figure this all
8# out for themselves.
9#
10# The information in this file is specific to a single platform.
11#
12# RCS: @(#) $Id: tclConfig.sh.in,v 1.17.2.1 2004/07/20 11:13:10 das Exp $
13
14# Tcl's version number.
15TCL_VERSION='8.4'
16TCL_MAJOR_VERSION='8'
17TCL_MINOR_VERSION='4'
18TCL_PATCH_LEVEL='.11'
19
20# C compiler to use for compilation.
21TCL_CC='/usr/dist/share/sunstudio_i386/SUNWspro/bin/cc'
22
23# -D flags for use with the C compiler.
24TCL_DEFS=' -DSTATIC_BUILD=1 -D_REENTRANT=1 -D_POSIX_PTHREAD_SEMANTICS=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 '
25
26# If TCL was built with debugging symbols, generated libraries contain
27# this string at the end of the library name (before the extension).
28TCL_DBGX=
29
30# Default flags used in an optimized and debuggable build, respectively.
31TCL_CFLAGS_DEBUG='-g'
32TCL_CFLAGS_OPTIMIZE='-O'
33
34# Default linker flags used in an optimized and debuggable build, respectively.
35TCL_LDFLAGS_DEBUG=''
36TCL_LDFLAGS_OPTIMIZE=''
37
38# Flag, 1: we built a shared lib, 0 we didn't
39TCL_SHARED_BUILD=0
40
41# The name of the Tcl library (may be either a .a file or a shared library):
42TCL_LIB_FILE='libtcl8.4${TCL_DBGX}.a'
43
44# Flag to indicate whether shared libraries need export files.
45TCL_NEEDS_EXP_FILE=0
46
47# String that can be evaluated to generate the part of the export file
48# name that comes after the "libxxx" (includes version number, if any,
49# extension, and anything else needed). May depend on the variables
50# VERSION. On most UNIX systems this is ${VERSION}.exp.
51TCL_EXPORT_FILE_SUFFIX=''
52
53# Additional libraries to use when linking Tcl.
54TCL_LIBS='-ldl -lsocket -lnsl -lm'
55
56# Top-level directory in which Tcl's platform-independent files are
57# installed.
58TCL_PREFIX='/import/archperf/ws/devtools/4/amd64'
59
60# Top-level directory in which Tcl's platform-specific files (e.g.
61# executables) are installed.
62TCL_EXEC_PREFIX='/import/archperf/ws/devtools/4/amd64'
63
64# Flags to pass to cc when compiling the components of a shared library:
65TCL_SHLIB_CFLAGS='-KPIC'
66
67# Flags to pass to cc to get warning messages
68TCL_CFLAGS_WARNING=''
69
70# Extra flags to pass to cc:
71TCL_EXTRA_CFLAGS='-xarch=amd64 -Kpic'
72
73# Base command to use for combining object files into a shared library:
74TCL_SHLIB_LD='/usr/ccs/bin/ld -G -z text'
75
76# Base command to use for combining object files into a static library:
77TCL_STLIB_LD='${AR} cr'
78
79# Either '$LIBS' (if dependent libraries should be included when linking
80# shared libraries) or an empty string. See Tcl's configure.in for more
81# explanation.
82TCL_SHLIB_LD_LIBS='${LIBS}'
83
84# Suffix to use for the name of a shared library.
85TCL_SHLIB_SUFFIX='.so'
86
87# Library file(s) to include in tclsh and other base applications
88# in order to provide facilities needed by DLOBJ above.
89TCL_DL_LIBS='-ldl'
90
91# Flags to pass to the compiler when linking object files into
92# an executable tclsh or tcltest binary.
93TCL_LD_FLAGS='-xarch=amd64 -Kpic -L/import/archperf/ws/devtools/4/amd64/lib'
94
95# Flags to pass to ld, such as "-R /usr/local/tcl/lib", that tell the
96# run-time dynamic linker where to look for shared libraries such as
97# libtcl.so. Used when linking applications. Only works if there
98# is a variable "LIB_RUNTIME_DIR" defined in the Makefile.
99TCL_CC_SEARCH_FLAGS='-Wl,-R,${LIB_RUNTIME_DIR}'
100TCL_LD_SEARCH_FLAGS='-R ${LIB_RUNTIME_DIR}'
101
102# Additional object files linked with Tcl to provide compatibility
103# with standard facilities from ANSI C or POSIX.
104TCL_COMPAT_OBJS=''
105
106# Name of the ranlib program to use.
107TCL_RANLIB='ranlib'
108
109# -l flag to pass to the linker to pick up the Tcl library
110TCL_LIB_FLAG='-ltcl8.4${TCL_DBGX}'
111
112# String to pass to linker to pick up the Tcl library from its
113# build directory.
114TCL_BUILD_LIB_SPEC='-L/import/archperf/ws/devtools/tcl8.4.11/unix -ltcl8.4${TCL_DBGX}'
115
116# String to pass to linker to pick up the Tcl library from its
117# installed directory.
118TCL_LIB_SPEC='-L/import/archperf/ws/devtools/4/amd64/lib -ltcl8.4${TCL_DBGX}'
119
120# String to pass to the compiler so that an extension can
121# find installed Tcl headers.
122TCL_INCLUDE_SPEC='-I/import/archperf/ws/devtools/4/amd64/include'
123
124# Indicates whether a version numbers should be used in -l switches
125# ("ok" means it's safe to use switches like -ltcl7.5; "nodots" means
126# use switches like -ltcl75). SunOS and FreeBSD require "nodots", for
127# example.
128TCL_LIB_VERSIONS_OK='ok'
129
130# String that can be evaluated to generate the part of a shared library
131# name that comes after the "libxxx" (includes version number, if any,
132# extension, and anything else needed). May depend on the variables
133# VERSION and SHLIB_SUFFIX. On most UNIX systems this is
134# ${VERSION}${SHLIB_SUFFIX}.
135TCL_SHARED_LIB_SUFFIX='${VERSION}${DBGX}.so'
136
137# String that can be evaluated to generate the part of an unshared library
138# name that comes after the "libxxx" (includes version number, if any,
139# extension, and anything else needed). May depend on the variable
140# VERSION. On most UNIX systems this is ${VERSION}.a.
141TCL_UNSHARED_LIB_SUFFIX='${VERSION}${DBGX}.a'
142
143# Location of the top-level source directory from which Tcl was built.
144# This is the directory that contains a README file as well as
145# subdirectories such as generic, unix, etc. If Tcl was compiled in a
146# different place than the directory containing the source files, this
147# points to the location of the sources, not the location where Tcl was
148# compiled.
149TCL_SRC_DIR='/import/archperf/ws/devtools/tcl8.4.11'
150
151# List of standard directories in which to look for packages during
152# "package require" commands. Contains the "prefix" directory plus also
153# the "exec_prefix" directory, if it is different.
154TCL_PACKAGE_PATH='/import/archperf/ws/devtools/4/amd64/lib'
155
156# Tcl supports stub.
157TCL_SUPPORTS_STUBS=1
158
159# The name of the Tcl stub library (.a):
160TCL_STUB_LIB_FILE='libtclstub8.4${TCL_DBGX}.a'
161
162# -l flag to pass to the linker to pick up the Tcl stub library
163TCL_STUB_LIB_FLAG='-ltclstub8.4${TCL_DBGX}'
164
165# String to pass to linker to pick up the Tcl stub library from its
166# build directory.
167TCL_BUILD_STUB_LIB_SPEC='-L/import/archperf/ws/devtools/tcl8.4.11/unix -ltclstub8.4${TCL_DBGX}'
168
169# String to pass to linker to pick up the Tcl stub library from its
170# installed directory.
171TCL_STUB_LIB_SPEC='-L/import/archperf/ws/devtools/4/amd64/lib -ltclstub8.4${TCL_DBGX}'
172
173# Path to the Tcl stub library in the build directory.
174TCL_BUILD_STUB_LIB_PATH='/import/archperf/ws/devtools/tcl8.4.11/unix/libtclstub8.4${TCL_DBGX}.a'
175
176# Path to the Tcl stub library in the install directory.
177TCL_STUB_LIB_PATH='/import/archperf/ws/devtools/4/amd64/lib/libtclstub8.4${TCL_DBGX}.a'
178
179# Flag, 1: we built Tcl with threads enables, 0 we didn't
180TCL_THREADS=0