summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-01-13 22:35:59 (GMT)
committernijtmans <nijtmans>2009-01-13 22:35:59 (GMT)
commitf44e5b6875ed72cdc2d55a087009478c0daa0738 (patch)
treee6e7e002bedc17e8e2013f43c8e517f6ae040554
parent2982ceeb51c99eb042c8477125d3d1da80b84387 (diff)
downloadtcl-f44e5b6875ed72cdc2d55a087009478c0daa0738.zip
tcl-f44e5b6875ed72cdc2d55a087009478c0daa0738.tar.gz
tcl-f44e5b6875ed72cdc2d55a087009478c0daa0738.tar.bz2
fix [tcl-Bug 2502365] Building of head on
HPUX is broken when using the native CC
-rw-r--r--ChangeLog6
-rwxr-xr-xunix/configure2
-rw-r--r--unix/tcl.m42
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f7ab29..8b4890c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-13 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * unix/tcl.m4: fix [tcl-Bug 2502365] Building of head on
+ HPUX is broken when using the native CC
+ * unix/configure (autoconf-2.59)
+
2009-01-13 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCmdMZ.c (Tcl_ThrowObjCmd): Move implementation of [throw]
diff --git a/unix/configure b/unix/configure
index bc8d07e..a06232d 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7125,7 +7125,7 @@ else
# Users may want PA-RISC 1.1/2.0 portable code - needs HP cc
#CFLAGS="$CFLAGS +DAportable"
SHLIB_CFLAGS="+z"
- SHLIB_LD="${CC} -Wl,-b"
+ SHLIB_LD="${CC} -b"
fi
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 730faaa..23a2b1f 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1280,7 +1280,7 @@ dnl AC_CHECK_TOOL(AR, ar)
# Users may want PA-RISC 1.1/2.0 portable code - needs HP cc
#CFLAGS="$CFLAGS +DAportable"
SHLIB_CFLAGS="+z"
- SHLIB_LD="${CC} -Wl,-b"
+ SHLIB_LD="${CC} -b"
])
# Check to enable 64-bit flags for compiler/linker