Karl Berry writes:
> Hi Sam,
Hi Karl,
>
> but how does this look in principle?
>
> -AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false])
> +AC_CHECK_TOOLS([AR], [gcc-ar ar lib "link -lib"], [false])
>
> Seems about as simple a change as it could be. Assuming that gcc-ar
> behaves lik
Sam James writes:
> GCC requires `ar` to have plugin support when using LTO. While the situation
> has improved as many distributions install the GCC plugin to a location
> that GNU Binutils can automatically find, this isn't required and isn't done
> by default.
>
&
GCC requires `ar` to have plugin support when using LTO. While the situation
has improved as many distributions install the GCC plugin to a location
that GNU Binutils can automatically find, this isn't required and isn't done
by default.
By searching for `gcc-ar` first, we can make this case work
Collin Funk writes:
> In the yacc test I see warnings like this:
>
> main.c:4:10: error: implicit declaration of function ‘yyparse’
> [-Wimplicit-function-declaration]
> 4 | return yyparse ();
> | ^~~
>
> and some for yylex which is declared, but with an empty parameter
> On 5 Feb 2023, at 00:02, Jacob Bachmeyer wrote:
>
> Paul Eggert wrote:
>> On 2023-02-03 18:27, Jacob Bachmeyer wrote:
>>> Where are you actually using a 5.10 feature?
>>
>> Where lib/Automake/FileUtils.pm says "use Time::HiRes qw(stat);". This does
>> not work with Perl 5.6.
>
> Time::HiRe
> On 12 Dec 2022, at 22:57, Karl Berry wrote:
>Another patch dedicated to Flex related tests will follow.
>
> Just wondering again, is an upstream flex still actively maintained by
> anyone, anywhere? Looks like https://github.com/westes/flex was touched
> 6 months ago, so that's good, but