aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcl/unix/ldAix
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-07-25 19:27:55 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-07-25 19:27:55 +0000
commit3d33409926539d866dcea9fc5cb14113b312adf0 (patch)
treed2f88b3e9ffa79ffb2cc1a0699dd3ee96c47c3e5 /contrib/tcl/unix/ldAix
parent8569730d6bc2e4cb5e784997313325b13518e066 (diff)
downloadsrc-3d33409926539d866dcea9fc5cb14113b312adf0.tar.gz
src-3d33409926539d866dcea9fc5cb14113b312adf0.zip
Import TCL release 8.0 beta 2.
Notes
Notes: svn path=/vendor/tcl/dist/; revision=27676
Diffstat (limited to 'contrib/tcl/unix/ldAix')
-rwxr-xr-xcontrib/tcl/unix/ldAix4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcl/unix/ldAix b/contrib/tcl/unix/ldAix
index d7f0275d1477..4da2b207787a 100755
--- a/contrib/tcl/unix/ldAix
+++ b/contrib/tcl/unix/ldAix
@@ -10,7 +10,7 @@
# symbols exported by those files, and then invokes "ldCmd" to
# perform the real link.
#
-# SCCS: @(#) ldAix 1.7 96/03/27 09:45:03
+# SCCS: @(#) ldAix 1.8 97/02/21 14:50:27
# Extract from the arguments the names of all of the object files.
@@ -43,7 +43,7 @@ done
# 8. Eliminate everything after the first field in a line, so that we're
# left with just the symbol name.
-nmopts="-g"
+nmopts="-g -C"
osver=`uname -v`
if test $osver -eq 3; then
nmopts="-e"