From: Jeffrey A Law Date: Tue, 25 Aug 1998 23:05:44 +0000 (+0000) Subject: configure.in: Do not set thread_file to "irix" since no such support exists yet. X-Git-Tag: prereleases/egcs-1.1-prerelease~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e959ccc77b073eb5ef0215999e32f13ecbd91199;p=thirdparty%2Fgcc.git 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: r21984 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a34e0c64abd..0a71494ec206 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ Tue Aug 25 19:43:11 1998 Jeffrey A Law (law@cygnus.com) + * From Alexandre: + * configure.in: Do not set thread_file to "irix" since no such + support exists yet. + * reorg.c (fill_simple_delay_slots): Do not abort if we encounter an insn on the unfilled_slots_list that has no delay slots. (fill_eager_delay_slots): Similarly. diff --git a/gcc/configure b/gcc/configure index 2fb028218731..a21416aa94e5 100755 --- a/gcc/configure +++ b/gcc/configure @@ -3684,7 +3684,7 @@ for machine in $build $host $target; do xmake_file=mips/x-iris6 tmake_file=mips/t-iris6 if [ x$enable_threads = xyes ]; then - thread_file='irix' +: not ported yet thread_file='irix' fi ;; mips-wrs-vxworks) @@ -3705,7 +3705,7 @@ for machine in $build $host $target; do # See comment in mips/iris[56].h files. use_collect2=yes if [ x$enable_threads = xyes ]; then - thread_file='irix' +: not ported yet thread_file='irix' fi ;; mips-sni-sysv4) @@ -3748,7 +3748,7 @@ for machine in $build $host $target; do # See comment in mips/iris5.h file. use_collect2=yes if [ x$enable_threads = xyes ]; then - thread_file='irix' +: not ported yet thread_file='irix' fi ;; mips-sgi-irix4loser*) # Mostly like a MIPS. @@ -3769,7 +3769,7 @@ for machine in $build $host $target; do use_collect2=yes fi if [ x$enable_threads = xyes ]; then - thread_file='irix' +: not ported yet thread_file='irix' fi ;; mips-sgi-irix4*) # Mostly like a MIPS. @@ -3790,7 +3790,7 @@ for machine in $build $host $target; do use_collect2=yes fi if [ x$enable_threads = xyes ]; then - thread_file='irix' +: not ported yet thread_file='irix' fi ;; mips-sgi-*) # Mostly like a MIPS. diff --git a/gcc/configure.in b/gcc/configure.in index 17f0a0bfd41c..0c986e4d84c4 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1782,7 +1782,7 @@ for machine in $build $host $target; do xmake_file=mips/x-iris6 tmake_file=mips/t-iris6 if [[ x$enable_threads = xyes ]]; then - thread_file='irix' +: not ported yet thread_file='irix' fi ;; mips-wrs-vxworks) @@ -1803,7 +1803,7 @@ for machine in $build $host $target; do # See comment in mips/iris[56].h files. use_collect2=yes if [[ x$enable_threads = xyes ]]; then - thread_file='irix' +: not ported yet thread_file='irix' fi ;; mips-sni-sysv4) @@ -1846,7 +1846,7 @@ for machine in $build $host $target; do # See comment in mips/iris5.h file. use_collect2=yes if [[ x$enable_threads = xyes ]]; then - thread_file='irix' +: not ported yet thread_file='irix' fi ;; mips-sgi-irix4loser*) # Mostly like a MIPS. @@ -1867,7 +1867,7 @@ for machine in $build $host $target; do use_collect2=yes fi if [[ x$enable_threads = xyes ]]; then - thread_file='irix' +: not ported yet thread_file='irix' fi ;; mips-sgi-irix4*) # Mostly like a MIPS. @@ -1888,7 +1888,7 @@ for machine in $build $host $target; do use_collect2=yes fi if [[ x$enable_threads = xyes ]]; then - thread_file='irix' +: not ported yet thread_file='irix' fi ;; mips-sgi-*) # Mostly like a MIPS.