mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
2008-11-12 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
Revert:
|
Revert:
|
||||||
|
|
|
||||||
|
|
@ -408,7 +408,7 @@ case ${target} in
|
||||||
*-*-darwin*)
|
*-*-darwin*)
|
||||||
tm_file="${tm_file} darwin.h"
|
tm_file="${tm_file} darwin.h"
|
||||||
case ${target} in
|
case ${target} in
|
||||||
*-*-darwin9*)
|
*-*-darwin[912]*)
|
||||||
tm_file="${tm_file} darwin9.h"
|
tm_file="${tm_file} darwin9.h"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue