From 3c0e7506814daa3d6fb43f62ad3022c12138a22c Mon Sep 17 00:00:00 2001 From: nijtmans Date: Tue, 13 Jan 2009 22:37:19 +0000 Subject: fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC --- ChangeLog | 6 ++++++ unix/configure | 2 +- unix/tcl.m4 | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d3ddc9..ee5325c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-13 Jan Nijtmans + + * 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 Pat Thoyts * tests/constraints.tcl: Made the tests more independent of the presence diff --git a/unix/configure b/unix/configure index 2901622..1efab26 100755 --- a/unix/configure +++ b/unix/configure @@ -5010,7 +5010,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 f7c2e59..19e3f28 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 -- cgit v0.12