(alpha-*-linux-gnu*): Default thread_file is `posix'.

From-SVN: r14375
This commit is contained in:
Richard Kenner 1997-07-02 06:56:49 -04:00
parent 06142dae84
commit c811d261c3

View 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 ]]