This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Build failure with flex 2.5.4 (Re: [PATCH] fix race when building ada-lex.c)


John Reiser wrote:

> gdb/ChangeLog:
>          * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
>          last step, and do it atomically.

> +	    $(FLEX) --stdout $<  \

This causes a build failure on my RHEL 5 based Cell/B.E. dailybuild,
since flex 2.5.4 does not yet support the long option --stdout.

Is there any reason not to use the equivalent short option -t instead?

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com


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