> On 10 Jan 2022, at 09:00, Richard Biener wrote:
>
> On Wed, Jan 5, 2022 at 6:58 PM Olivier Hainque via Gcc-patches
> wrote:
>>
>>
>>
>>> On 5 Jan 2022, at 10:26, Olivier Hainque wrote:
>>>
>>> The change should also set "validated" true
>>> when requesting to save --sysroot.
>>
>> The
On Wed, Jan 5, 2022 at 6:58 PM Olivier Hainque via Gcc-patches
wrote:
>
>
>
> > On 5 Jan 2022, at 10:26, Olivier Hainque wrote:
> >
> > The change should also set "validated" true
> > when requesting to save --sysroot.
>
> The attached adjustment fixes the failure I could reproduce,
> bootstraps
> On 5 Jan 2022, at 10:26, Olivier Hainque wrote:
>
> The change should also set "validated" true
> when requesting to save --sysroot.
The attached adjustment fixes the failure I could reproduce,
bootstraps and regtests fine on x86_64-linux, and passes a build
+ a couple of in-house testsuite
Hi Martin,
> On 5 Jan 2022, at 08:45, Martin Liška wrote:
>
> On 12/20/21 22:28, Olivier Hainque via Gcc-patches wrote:
> I think the patch broke my cross-rx-gcc12 package, failing now with:
> configure: error: in
> `/home/abuild/rpmbuild/BUILD/gcc-12.0.0+git190624/obj-x86_64-suse-linux/rx-el
On 12/20/21 22:28, Olivier Hainque via Gcc-patches wrote:
Hello,
This change adjusts the processing of --sysroot to save the option in the
internal "switches" array, which lets self-specs test for it and provide a
default value possibly dependent on environment variables, as in
--with-specs=
> On 28 Dec 2021, at 17:38, Jeff Law wrote:
>> gcc/
>> * gcc.c (driver_handle_option): do_save --sysroot.
> OK.
Thanks for the prompt review Jeff!
I have another simple one coming :)
-the-driver-switches-table.patch
From 964829ee06ffe1bedcbab6a3b4c92c5d161aaaed Mon Sep 17 00:00:00 2001
From: Olivier Hainque
Date: Mon, 20 Dec 2021 17:47:24 +0000
Subject: [PATCH] Register --sysroot in the driver switches table
This change adjusts the processing of --sysroot to save the option in th
Date: Mon, 20 Dec 2021 17:47:24 +
Subject: [PATCH] Register --sysroot in the driver switches table
This change adjusts the processing of --sysroot to save the option in the
internal "switches" array, which lets self-specs test for it and provide a
default value possibly dependen