From: Richard Kenner Date: Wed, 2 Jul 1997 10:56:49 +0000 (-0400) Subject: (alpha-*-linux-gnu*): Default thread_file is `posix'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c811d261c34d239f8e23897417606ef6a751b390;p=gcc.git (alpha-*-linux-gnu*): Default thread_file is `posix'. From-SVN: r14375 --- 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 ]]