Thanks, pushed to trunk :)
On Fri, Jun 13, 2025 at 4:18 AM Joseph Myers wrote:
>
> On Tue, 10 Jun 2025, Kito Cheng wrote:
>
> > GCC will try to read the spec file from the directory where it is
> > installed, but it should try to read from gcc_exec_prefix rather than
> > standard_exec_prefix, bec
On Tue, 10 Jun 2025, Kito Cheng wrote:
> GCC will try to read the spec file from the directory where it is
> installed, but it should try to read from gcc_exec_prefix rather than
> standard_exec_prefix, because the latter is not the right one if
> compiler has been relocated into other places othe
GCC will try to read the spec file from the directory where it is
installed, but it should try to read from gcc_exec_prefix rather than
standard_exec_prefix, because the latter is not the right one if
compiler has been relocated into other places other than the path
specfied at configuration time.