From 12550591fd5c4f8d7e900f49bc26d7d1cda20e07 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Sat, 2 Aug 2003 07:51:02 +0200 Subject: 003-08-02 Andreas Tobler * config.gcc: Enable posix threads by default on darwin. From-SVN: r70095 --- gcc/config.gcc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/config.gcc') diff --git a/gcc/config.gcc b/gcc/config.gcc index 093a114..b9976d2 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -520,6 +520,10 @@ case $machine in cxx_target_objs="darwin-c.o" extra_parts="crt2.o" extra_objs="darwin.o" + case x${enable_threads} in + x | xyes | xposix) thread_file='posix' + ;; + esac ;; *-*-vxworks*) tmake_file=t-vxworks -- cgit v1.1