003-08-02 Andreas Tobler <a.tobler@schweiz.ch>
* config.gcc: Enable posix threads by default on darwin. From-SVN: r70095
This commit is contained in:
parent
ef09717a89
commit
12550591fd
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
2003-08-01 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
|
* cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
|
||||||
|
|
|
@ -520,6 +520,10 @@ case $machine in
|
||||||
cxx_target_objs="darwin-c.o"
|
cxx_target_objs="darwin-c.o"
|
||||||
extra_parts="crt2.o"
|
extra_parts="crt2.o"
|
||||||
extra_objs="darwin.o"
|
extra_objs="darwin.o"
|
||||||
|
case x${enable_threads} in
|
||||||
|
x | xyes | xposix) thread_file='posix'
|
||||||
|
;;
|
||||||
|
esac
|
||||||
;;
|
;;
|
||||||
*-*-vxworks*)
|
*-*-vxworks*)
|
||||||
tmake_file=t-vxworks
|
tmake_file=t-vxworks
|
||||||
|
|
Loading…
Add table
Reference in a new issue