From 12550591fd5c4f8d7e900f49bc26d7d1cda20e07 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Sat, 2 Aug 2003 07:51:02 +0200 Subject: [PATCH] 003-08-02 Andreas Tobler * config.gcc: Enable posix threads by default on darwin. From-SVN: r70095 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ef94a7bbad4..339e80644fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-08-02 Andreas Tobler + + * config.gcc: Enable posix threads by default on darwin. + 2003-08-01 Jakub Jelinek * cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes diff --git a/gcc/config.gcc b/gcc/config.gcc index 093a1146528..b9976d2e6f2 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 -- 2.30.2