re PR bootstrap/38010 (gcc/config.gcc needs adjustment for darwin10)
2008-11-12 Jack Howarth <howarth@bromo.med.uc.edu> PR bootstrap/38010 * gcc/config.gcc: Use darwin9.h on darwin10 as well. From-SVN: r141803
This commit is contained in:
parent
cfcd6a9830
commit
a3422e3036
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-11-12 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
|
||||
PR bootstrap/38010
|
||||
* gcc/config.gcc: Use darwin9.h on darwin10 as well.
|
||||
|
||||
2008-11-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Revert:
|
||||
|
|
|
@ -408,7 +408,7 @@ case ${target} in
|
|||
*-*-darwin*)
|
||||
tm_file="${tm_file} darwin.h"
|
||||
case ${target} in
|
||||
*-*-darwin9*)
|
||||
*-*-darwin[912]*)
|
||||
tm_file="${tm_file} darwin9.h"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue