This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Re: Someone broke bootstrap
On Wed, Oct 08, 2003 at 01:57:45PM +0200, Carlo Wood wrote:
> > Is flex 2.5.4 unsupported?
>
> No, the patch is wrong.
> I'll write a patch and commit it as obvious in a few minutes.
> Flex doesn't take a space after the -o option. It must be -ooutput,
> not -o output. Kelley, assuming you tested this - what version
> of flex do you use that this worked for you??
Commit done as obvious.
http://gcc.gnu.org/ml/gcc-cvs/2003-10/msg00283.html
Tested with 2.5.4a and 2.5.31. Note that 2.5.31 accepts both '-ooutput'
as well as '-o output', hence the mistake that Kelley made I assume.
--
Carlo Wood <carlo@alinoe.com>