]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
003-08-02 Andreas Tobler <a.tobler@schweiz.ch>
authorAndreas Tobler <a.tobler@schweiz.ch>
Sat, 2 Aug 2003 05:51:02 +0000 (07:51 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Sat, 2 Aug 2003 05:51:02 +0000 (07:51 +0200)
        * config.gcc: Enable posix threads by default on darwin.

From-SVN: r70095

gcc/ChangeLog
gcc/config.gcc

index ef94a7bbad45e34dbc6f1339b83e1ef900d069b1..339e80644feb7720387d734e3cbd962f5e6da7af 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-02  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * config.gcc: Enable posix threads by default on darwin.
+
 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
 
        * cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
index 093a1146528aacad9775721f699f0d66212dfc5e..b9976d2e6f27cd14476435c6da600b8b8fdaf41c 100644 (file)
@@ -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