public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] PR38010 use darwin9.h on darwin10
@ 2008-11-09 21:40 Jack Howarth
  2008-11-11 15:46 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Howarth @ 2008-11-09 21:40 UTC (permalink / raw)
  To: gcc-patches

The attached patch allows the correct darwin9.h header to
be used for darwin10 and newer. This formulation is recommended
by Mike Stump at Apple. Tested on i686-apple-darwin9 and
i686-apple-darwin10. Okay for gcc trunk?
                       Jack

2008-11-09  Jack Howarth  <howarth@bromo.med.uc.edu>
	
	PR bootstrap/38010
	* gcc/config.gcc: Use darwin9.h on darwin10 as well.


Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc	(revision 141718)
+++ gcc/config.gcc	(working copy)
@@ -408,7 +408,7 @@
 *-*-darwin*)
   tm_file="${tm_file} darwin.h"
   case ${target} in
-  *-*-darwin9*)
+  *-*-darwin[912]*)
     tm_file="${tm_file} darwin9.h"
     ;;
   esac

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] PR38010 use darwin9.h on darwin10
  2008-11-09 21:40 [PATCH] PR38010 use darwin9.h on darwin10 Jack Howarth
@ 2008-11-11 15:46 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2008-11-11 15:46 UTC (permalink / raw)
  To: Jack Howarth; +Cc: gcc-patches

Jack Howarth <howarth@bromo.msbb.uc.edu> writes:

> 2008-11-09  Jack Howarth  <howarth@bromo.med.uc.edu>
> 	
> 	PR bootstrap/38010
> 	* gcc/config.gcc: Use darwin9.h on darwin10 as well.

This is OK.

Thanks.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-11 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-09 21:40 [PATCH] PR38010 use darwin9.h on darwin10 Jack Howarth
2008-11-11 15:46 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).