Commit 12550591 by Andreas Tobler Committed by Andreas Tobler

003-08-02 Andreas Tobler <a.tobler@schweiz.ch>

        * config.gcc: Enable posix threads by default on darwin.

From-SVN: r70095
parent ef09717a
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment