aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-07-02 06:56:49 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1997-07-02 06:56:49 -0400
commitc811d261c34d239f8e23897417606ef6a751b390 (patch)
tree810f4e3f8278a0de63cd3427ccca4093bd6aec83
parent06142dae84f899fdf938aa48bb09a8686f52660f (diff)
downloadgcc-c811d261c34d239f8e23897417606ef6a751b390.zip
gcc-c811d261c34d239f8e23897417606ef6a751b390.tar.gz
gcc-c811d261c34d239f8e23897417606ef6a751b390.tar.bz2
(alpha-*-linux-gnu*): Default thread_file is `posix'.
From-SVN: r14375
-rw-r--r--gcc/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index 374e576..c89772a 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 ]]