This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [committed] Fix bug in unsupported target list in config.gcc
- From: DJ Delorie <dj at redhat dot com>
- To: neroden at twcny dot rr dot com, aoliva at redhat dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 29 Aug 2003 16:58:55 -0400
- Subject: Re: [committed] Fix bug in unsupported target list in config.gcc
- References: <20030829203340.GA724@twcny.rr.com>
> >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
>