]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Do not set thread_file to "irix" since no such support exists yet.
authorJeffrey A Law <law@cygnus.com>
Tue, 25 Aug 1998 23:05:44 +0000 (23:05 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 25 Aug 1998 23:05:44 +0000 (17:05 -0600)
        * From Alexandre:
        * configure.in: Do not set thread_file to "irix" since no such
        support exists yet.

From-SVN: r21984

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 2a34e0c64abdab33bc74fac8e01c927096c0611c..0a71494ec2069e7cba9f5446c62b96f2733d7cad 100644 (file)
@@ -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.
index 2fb02821873194c15dcdf4f29062c82101c740fc..a21416aa94e53bb5e8131c0d5fc43dcdcbedff67 100755 (executable)
@@ -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.
index 17f0a0bfd41c2934b3de1d697f85051fdd58cea5..0c986e4d84c4b8b1e38c0a587a1cfcf890906c66 100644 (file)
@@ -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.