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:
Jack Howarth 2008-11-12 21:33:34 +00:00 committed by Janis Johnson
parent cfcd6a9830
commit a3422e3036
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View file

@ -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