summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorrjohnson <rjohnson@noemail.net>1999-01-29 00:32:01 (GMT)
committerrjohnson <rjohnson@noemail.net>1999-01-29 00:32:01 (GMT)
commit46edba11d506f40fd078414bd8d82c8f2087a45d (patch)
tree7129d5e2da9bb006379b66238a2cf56ba27646c0 /changes
parent4525ddaf30c1e94e9b747153381df1c5b759365b (diff)
downloadtcl-46edba11d506f40fd078414bd8d82c8f2087a45d.zip
tcl-46edba11d506f40fd078414bd8d82c8f2087a45d.tar.gz
tcl-46edba11d506f40fd078414bd8d82c8f2087a45d.tar.bz2
Added -pipe option if gcc is being used.
FossilOrigin-Name: 42c3f8c60055c1b47da8bc16ed342fd9abff514d
Diffstat (limited to 'changes')
-rw-r--r--changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/changes b/changes
index 06796b8..87f76ee 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.38 1999/01/12 02:50:33 rjohnson Exp $
+RCS: @(#) $Id: changes,v 1.39 1999/01/29 00:32:14 rjohnson Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -3695,3 +3695,5 @@ Thanks to Kevin Kenny for this fix. (SS)
1/11/98 (bug fix) On HP, "info sharedlibextension" was returning
empty string on static apps. It now always returns ".sl". (RJ)
+
+1/28/99 (configure change) Now support -pipe option on gcc. (RJ)