Commit 6293717a authored by andreast's avatar andreast
Browse files

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

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


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70095 138bc75d-0d04-0410-961f-82ee72b054a4
parent bd57a622
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