On Wed, Jul 17, 2019 at 7:42 PM Bruno Haible <[email protected]> wrote:
>
> Jeffrey Walton wrote:
> > We claim to support GCC 2.95 and above.
>
> That's a tough claim, and you can't count on gnulib to help you on that
> claim.
Ack, thanks.
> This means, by using gnulib you can certainly get some problems from 2005
> fixed. But don't count on us doing effort to help you regarding platforms
> that are that old. It distracts us from other useful work we could do.
Well, fortunately for Gnulib the work has already been performed.
If the Gnulib maintainers are too busy to check it in, then turn it
over to an intern to run the sed command. It is mindless monkey work.
It does not require a senior dev.
After thinking about it, I would assume all of GCC 3.x is burned since
both 3.1 and 3.3 are broken. Change the version to 4.0:
sed -e 's|__GNUC_PREREQ (3, 3)|__GNUC_PREREQ (4, 0)|g'
Jeff