Commit c811d261 by Richard Kenner

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

From-SVN: r14375
parent 06142dae
...@@ -265,6 +265,9 @@ for machine in $build $host $target; do ...@@ -265,6 +265,9 @@ for machine in $build $host $target; do
fixincludes=Makefile.in fixincludes=Makefile.in
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
gas=yes gnu_ld=yes gas=yes gnu_ld=yes
if [[ x$thread_file = x ]]; then
thread_file='posix'
fi
;; ;;
alpha-dec-osf[[456789]]*) alpha-dec-osf[[456789]]*)
if [[ x$stabs = xyes ]] if [[ x$stabs = xyes ]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment