This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][revised] Depreciate darwin[0-5]


On Sun, Aug 22, 2010 at 08:41:21PM -0700, Mike Stump wrote:
> On Aug 22, 2010, at 9:14 AM, Jack Howarth wrote:
> > Index: gcc/config.gcc
> > ===================================================================
> > --- gcc/config.gcc	(revision 163449)
> > +++ gcc/config.gcc	(working copy)
> > @@ -237,6 +237,8 @@
> >  | pdp11-*-bsd				\
> >  | sparc-hal-solaris2*			\
> >  | thumb-*-*				\
> > + | *-*-darwin[0-5]                      \
> > + | *-*-darwin[0-5].*                    \
> 
> Either . is a regex, in which case this matches darwin10, or it isn't and it doesn't match darwin5 and darwin5.0.

Doesn't this cover darwin0, darwin1, darwin2, darwin3, darwin4 and darwin5
as well the same with .*?

> 
> >  | *-*-linux*aout*			\
> >  | *-*-linux*coff*			\
> >  | *-*-linux*libc1*			\
> > @@ -1950,14 +1952,14 @@
> > 	extra_options="${extra_options} rs6000/darwin.opt"
> > 	extra_parts="crt2.o"
> > 	case ${target} in
> > -	  *-darwin1[0-9]* | *-darwin[8-9]*)
> > +	  *-darwin[8-9]*)
> 
> ?  This seems to change darwin10?

No, this is in the powerpc-*-darwin* subsection where someone
got widely optimistic and assumed the that there would be
darwin releases past darwin9 for powerpc darwin.
                  Jack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]