This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: patches: config for m68k-apollo-bsd*, or not


On Sun, Nov 10, 2002 at 04:33:00PM -0500, Nathanael Nerode wrote:
[...]

> +# This is a irritating workaround for m68k-apollo-bsd,
> +# which wants to use yacc for bison.
> +case ${build} in
> +  m68k-apollo-bsd*) BISON=yacc ;;
> +esac

Given that we have bison-specific code in most of our parsers at this
point, I think it's correct to nuke everything that sets BISON to
something else.

zw


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