diff options
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/tcl.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
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 |