Commit 6e148807 by Jeffrey A Law Committed by Jeff Law

configure.in: Do not set thread_file to "irix" since no such support exists yet.

        * From Alexandre:
        * configure.in: Do not set thread_file to "irix" since no such
        support exists yet.

From-SVN: r21985
parent d5e8c40c
Tue Aug 25 23:57:12 1998 Jeffrey A Law (law@cygnus.com) Tue Aug 25 23:57:12 1998 Jeffrey A Law (law@cygnus.com)
* From Alexandre:
* configure.in: Do not set thread_file to "irix" since no such
support exists yet.
* sparc.md (float abs/neg splits): Check reload_completed before * sparc.md (float abs/neg splits): Check reload_completed before
calling alter_subreg. calling alter_subreg.
......
...@@ -1912,7 +1912,7 @@ changequote([,])dnl ...@@ -1912,7 +1912,7 @@ changequote([,])dnl
xmake_file=mips/x-iris6 xmake_file=mips/x-iris6
tmake_file=mips/t-iris6 tmake_file=mips/t-iris6
if test x$enable_threads = xyes; then if test x$enable_threads = xyes; then
thread_file='irix' # thread_file='irix'
fi fi
;; ;;
mips-wrs-vxworks) mips-wrs-vxworks)
...@@ -1933,7 +1933,7 @@ changequote([,])dnl ...@@ -1933,7 +1933,7 @@ changequote([,])dnl
# See comment in mips/iris[56].h files. # See comment in mips/iris[56].h files.
use_collect2=yes use_collect2=yes
if test x$enable_threads = xyes; then if test x$enable_threads = xyes; then
thread_file='irix' # thread_file='irix'
fi fi
;; ;;
mips-sni-sysv4) mips-sni-sysv4)
...@@ -1976,7 +1976,7 @@ changequote([,])dnl ...@@ -1976,7 +1976,7 @@ changequote([,])dnl
# See comment in mips/iris5.h file. # See comment in mips/iris5.h file.
use_collect2=yes use_collect2=yes
if test x$enable_threads = xyes; then if test x$enable_threads = xyes; then
thread_file='irix' # thread_file='irix'
fi fi
;; ;;
mips-sgi-irix4loser*) # Mostly like a MIPS. mips-sgi-irix4loser*) # Mostly like a MIPS.
...@@ -1997,7 +1997,7 @@ changequote([,])dnl ...@@ -1997,7 +1997,7 @@ changequote([,])dnl
use_collect2=yes use_collect2=yes
fi fi
if test x$enable_threads = xyes; then if test x$enable_threads = xyes; then
thread_file='irix' # thread_file='irix'
fi fi
;; ;;
mips-sgi-irix4*) # Mostly like a MIPS. mips-sgi-irix4*) # Mostly like a MIPS.
...@@ -2018,7 +2018,7 @@ changequote([,])dnl ...@@ -2018,7 +2018,7 @@ changequote([,])dnl
use_collect2=yes use_collect2=yes
fi fi
if test x$enable_threads = xyes; then if test x$enable_threads = xyes; then
thread_file='irix' # thread_file='irix'
fi fi
;; ;;
mips-sgi-*) # Mostly like a MIPS. mips-sgi-*) # Mostly like a MIPS.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment