diff options
author | dgp <dgp@noemail.net> | 2012-09-13 15:55:15 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2012-09-13 15:55:15 (GMT) |
commit | 1ee4626f46925a1d75fcb8517ecd5801ae25d564 (patch) | |
tree | b298209812d12bb0cccc1a1087941e34b7b4a451 | |
parent | ebe5470c622ff8b2daa6594c9f786daf55e2c3f5 (diff) | |
parent | b9113f7c96aac8bfe763d7b691f5eb92db2d29c9 (diff) | |
download | tcl-1ee4626f46925a1d75fcb8517ecd5801ae25d564.zip tcl-1ee4626f46925a1d75fcb8517ecd5801ae25d564.tar.gz tcl-1ee4626f46925a1d75fcb8517ecd5801ae25d564.tar.bz2 |
merge trunk
FossilOrigin-Name: f6bdb60091eff1743f023b1b76fa9c36d6305da6
-rwxr-xr-x | unix/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index 5c1124c..0958d3d 100755 --- a/unix/configure +++ b/unix/configure @@ -8757,7 +8757,7 @@ else arch=`isainfo` echo "$as_me:$LINENO: checking whether to use -lsunmath for fp rounding control" >&5 echo $ECHO_N "checking whether to use -lsunmath for fp rounding control... $ECHO_C" >&6 - if test "$arch" = "amd64 i386"; then + if test "$arch" = "amd64 i386" -o "$arch" = "i386"; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 @@ -8956,7 +8956,7 @@ else fi case $system in - SunOS-5.[1-9][0-9]*) + SunOS-5.[1-9][0-9]*|SunOS-5.[7-9]) SHLIB_LD="\${CC} -G -z $textmode \${LDFLAGS}";; *) SHLIB_LD="/usr/ccs/bin/ld -G -z $textmode";; |