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: [committed] Fix bug in unsupported target list in config.gcc


> >I'm only worried about compatibility.  Do we use this construct
> >elsewhere?
> As far as I can tell, no.  Shall I check this in?
> 
> 	* config.gcc: Don't use negated character class in shell case
> 	clause.

I'd like an opinion from Alex first.  He's the shell compatibility
expert.  Alex?

> Index: config.gcc
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
> retrieving revision 1.347
> diff -u -r1.347 config.gcc
> --- config.gcc	29 Aug 2003 17:32:17 -0000	1.347
> +++ config.gcc	29 Aug 2003 20:31:56 -0000
> @@ -246,7 +246,7 @@
>  case $machine in
>     alpha*-*-linux*libc1*		\
>   | i[34567]86-sequent-sysv		\
> - | i[34567]86-sequent-sysv[!4]*		\
> + | i[34567]86-sequent-sysv[123]*	\
>   | i[34567]86-go32-*			\
>   | i[34567]86-*-go32*			\
>   | m68k-*-linux*aout*			\
> 
> -- 
> Nathanael Nerode  <neroden at gcc.gnu.org>
> http://home.twcny.rr.com/nerode/neroden/fdl.html
> 


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