Commit a3422e30 by Jack Howarth Committed by Janis Johnson

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
parent cfcd6a98
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
......
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