diff options
author | rjohnson <rjohnson> | 1998-10-20 20:01:22 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-10-20 20:01:22 (GMT) |
commit | 8fd77f6049dc41f6accfdad45a5a35f9e4d32045 (patch) | |
tree | 7bb7d0512a160120280a494a983845a19204b741 /unix/tclConfig.sh.in | |
parent | 53bd99ffe47193d0d6314912e7251535c8628807 (diff) | |
download | tcl-8fd77f6049dc41f6accfdad45a5a35f9e4d32045.zip tcl-8fd77f6049dc41f6accfdad45a5a35f9e4d32045.tar.gz tcl-8fd77f6049dc41f6accfdad45a5a35f9e4d32045.tar.bz2 |
Changed config & Makefile to support n32 on IRIX.
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r-- | unix/tclConfig.sh.in | 5 |
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@' |