Re: [Ada] Fix PR ada/118247

2025-01-07 Thread Maciej W. Rozycki
On Tue, 7 Jan 2025, Eric Botcazou wrote: > > The fix feels hackish and I wonder how other frontends handle this, but > > overall thank you for taking care of this peculiarity. > > You're welcome. The main Makefile does the same for xgcc -> gcc-cross and, > as this example shows, every change is

Re: [Ada] Fix PR ada/118247

2025-01-07 Thread Eric Botcazou
> The fix feels hackish and I wonder how other frontends handle this, but > overall thank you for taking care of this peculiarity. You're welcome. The main Makefile does the same for xgcc -> gcc-cross and, as this example shows, every change is this area is almost guaranteed to break something,

Re: [Ada] Fix PR ada/118247

2025-01-07 Thread Maciej W. Rozycki
On Mon, 6 Jan 2025, Eric Botcazou wrote: > This is a regression introduced by > https://gcc.gnu.org/pipermail/gcc-cvs/2024-July/405522.html > in the form of a spurious relinking of the gnatbind executable for the > install > target of cross Ada compilers. The fix feels hackish and I wonder h

[Ada] Fix PR ada/118247

2025-01-06 Thread Eric Botcazou
This is a regression introduced by https://gcc.gnu.org/pipermail/gcc-cvs/2024-July/405522.html in the form of a spurious relinking of the gnatbind executable for the install target of cross Ada compilers. Tested on x86-64/Linux, applied on the mainline. 2025-01-06 Eric Botcazou PR