(alpha-*-linux-gnu*): Default thread_file is `posix'.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 2 Jul 1997 10:56:49 +0000 (06:56 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 2 Jul 1997 10:56:49 +0000 (06:56 -0400)
From-SVN: r14375

gcc/configure.in

index 374e57603cf61641982d17c984de18317f14d837..c89772a29166dfc2b6b2b13ef066639421057d1b 100644 (file)
@@ -265,6 +265,9 @@ for machine in $build $host $target; do
                fixincludes=Makefile.in
                extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
                gas=yes gnu_ld=yes
+               if [[ x$thread_file = x ]]; then
+                       thread_file='posix'
+               fi
                ;;
        alpha-dec-osf[[456789]]*)
                if [[ x$stabs = xyes ]]