re PR bootstrap/38010 (gcc/config.gcc needs adjustment for darwin10)
authorJack Howarth <howarth@bromo.med.uc.edu>
Wed, 12 Nov 2008 21:33:34 +0000 (21:33 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 12 Nov 2008 21:33:34 +0000 (21:33 +0000)
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

gcc/ChangeLog
gcc/config.gcc

index 4a61caa3e3273a23b25c61b7d377ead4853701e1..bac181b762be2ea988dcb64af91384ec8b0c38f3 100644 (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:
index 99f7c89b9453776aee8ddbedc77f9a3aa61ea343..7a6c662987e1b39f21187cae5af7b3c3e7628f14 100644 (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