From c811d261c34d239f8e23897417606ef6a751b390 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 2 Jul 1997 06:56:49 -0400 Subject: [PATCH] (alpha-*-linux-gnu*): Default thread_file is `posix'. From-SVN: r14375 --- gcc/configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/configure.in b/gcc/configure.in index 374e57603cf..c89772a2916 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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 ]] -- 2.30.2