summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authorrjohnson <rjohnson@noemail.net>1998-10-20 20:01:22 (GMT)
committerrjohnson <rjohnson@noemail.net>1998-10-20 20:01:22 (GMT)
commitbc2088896fa0427faeaf38ffdfcd0d10e1a1e250 (patch)
tree7bb7d0512a160120280a494a983845a19204b741 /unix/tclConfig.sh.in
parent9e192e4573531f8110703fc6cc341e2015fd352d (diff)
downloadtcl-bc2088896fa0427faeaf38ffdfcd0d10e1a1e250.zip
tcl-bc2088896fa0427faeaf38ffdfcd0d10e1a1e250.tar.gz
tcl-bc2088896fa0427faeaf38ffdfcd0d10e1a1e250.tar.bz2
Changed config & Makefile to support n32 on IRIX.
FossilOrigin-Name: d999c483da8a7ba810ccf5d68fec14f458daee06
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r--unix/tclConfig.sh.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index 0a7a1f6..4936f52 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -9,7 +9,7 @@
#
# The information in this file is specific to a single platform.
#
-# RCS: @(#) $Id: tclConfig.sh.in,v 1.7 1998/09/14 18:40:16 stanton Exp $
+# RCS: @(#) $Id: tclConfig.sh.in,v 1.8 1998/10/20 20:01:23 rjohnson Exp $
# Tcl's version number.
TCL_VERSION='@TCL_VERSION@'
@@ -51,6 +51,9 @@ TCL_EXEC_PREFIX='@exec_prefix@'
# Flags to pass to cc when compiling the components of a shared library:
TCL_SHLIB_CFLAGS='@SHLIB_CFLAGS@'
+# Extra flags to pass to cc:
+TCL_EXTRA_CFLAGS='@EXTRA_CFLAGS@'
+
# Base command to use for combining object files into a shared library:
TCL_SHLIB_LD='@SHLIB_LD@'