On 07/24/2017 01:03 AM, Segher Boessenkool wrote:
> Ping?
>
>
> Segher
>
>
> On Mon, May 15, 2017 at 04:29:24PM +, Segher Boessenkool wrote:
>> If config.{build,host,gcc} fails, configure currently silently
>> continues. This then makes it much harder than necessary to notice
>> you made a
Ping?
Segher
On Mon, May 15, 2017 at 04:29:24PM +, Segher Boessenkool wrote:
> If config.{build,host,gcc} fails, configure currently silently
> continues. This then makes it much harder than necessary to notice
> you made a stupid pasto in config.gcc (and where exactly).
>
> This patch fi
If config.{build,host,gcc} fails, configure currently silently
continues. This then makes it much harder than necessary to notice
you made a stupid pasto in config.gcc (and where exactly).
This patch fixes it, by terminating if one of the config.* fails.
Testing in progress (on powerpc64-linux);