mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 00:21:18 +08:00
(alpha-*-linux-gnu*): Default thread_file is `posix'.
From-SVN: r14375
This commit is contained in:
parent
06142dae84
commit
c811d261c3
@ -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 ]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user