summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-09-13 12:28:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-09-13 12:28:16 (GMT)
commita95ee711b8ad3d362ef1e58775e501230809527d (patch)
treef3703173f834be54fdae2155c8f1c7081b5eb4c3 /unix/tcl.m4
parentf5335509ab5c23c2e6d7d6fc66ecfef3f9a59011 (diff)
parentb81743690123f54e56cf9eaedffbf9dde1b9129b (diff)
downloadtk-a95ee711b8ad3d362ef1e58775e501230809527d.zip
tk-a95ee711b8ad3d362ef1e58775e501230809527d.tar.gz
tk-a95ee711b8ad3d362ef1e58775e501230809527d.tar.bz2
3566106 Solaris9/x86 support. Thanks Dagobert and others.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index a142baf..b13fddd 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1968,7 +1968,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
AS_IF([test "$GCC" = yes],[use_sunmath=no],[
arch=`isainfo`
AC_MSG_CHECKING([whether to use -lsunmath for fp rounding control])
- AS_IF([test "$arch" = "amd64 i386"], [
+ AS_IF([test "$arch" = "amd64 i386" -o "$arch" = "i386"], [
AC_MSG_RESULT([yes])
MATH_LIBS="-lsunmath $MATH_LIBS"
AC_CHECK_HEADER(sunmath.h)
@@ -2001,7 +2001,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
], [
AS_IF([test "$use_sunmath" = yes], [textmode=textoff],[textmode=text])
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";;