diff options
author | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-26 04:27:57 +0000 |
---|---|---|
committer | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-26 04:27:57 +0000 |
commit | 4cad90e618def7b6d49b32a827f85706711a6f3c (patch) | |
tree | c2b0488bd415f71bd0c98cfe241c150589e0cb0f /gcc/configure.in | |
parent | 47d5fd42c384da430c3a2407f1316ca6841b426d (diff) | |
download | gcc-4cad90e618def7b6d49b32a827f85706711a6f3c.tar.gz |
This change was certainly tested...
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21995 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index a57a55d57eb..1591101f646 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1911,9 +1911,9 @@ changequote([,])dnl fixincludes=fixinc.irix xmake_file=mips/x-iris6 tmake_file=mips/t-iris6 - if test x$enable_threads = xyes; then +# if test x$enable_threads = xyes; then # thread_file='irix' - fi +# fi ;; mips-wrs-vxworks) tm_file="mips/elf.h libgloss.h" @@ -1932,9 +1932,9 @@ changequote([,])dnl tmake_file=mips/t-cross64 # See comment in mips/iris[56].h files. use_collect2=yes - if test x$enable_threads = xyes; then +# if test x$enable_threads = xyes; then # thread_file='irix' - fi +# fi ;; mips-sni-sysv4) if test x$gas = xyes @@ -1975,9 +1975,9 @@ changequote([,])dnl tmake_file=mips/t-mips-gas # See comment in mips/iris5.h file. use_collect2=yes - if test x$enable_threads = xyes; then +# if test x$enable_threads = xyes; then # thread_file='irix' - fi +# fi ;; mips-sgi-irix4loser*) # Mostly like a MIPS. tm_file="mips/iris4loser.h mips/iris3.h ${tm_file} mips/iris4.h" @@ -1996,9 +1996,9 @@ changequote([,])dnl then use_collect2=yes fi - if test x$enable_threads = xyes; then +# if test x$enable_threads = xyes; then # thread_file='irix' - fi +# fi ;; mips-sgi-irix4*) # Mostly like a MIPS. tm_file="mips/iris3.h ${tm_file} mips/iris4.h" @@ -2017,9 +2017,9 @@ changequote([,])dnl then use_collect2=yes fi - if test x$enable_threads = xyes; then +# if test x$enable_threads = xyes; then # thread_file='irix' - fi +# fi ;; mips-sgi-*) # Mostly like a MIPS. tm_file="mips/iris3.h ${tm_file}" |