On Tue, 2024-01-16 at 20:47 -0500, Mike Frysinger wrote:
> On 16 Jan 2024 15:14, Richard Purdie wrote:
> > --- a/build-aux/ltmain.in
> > +++ b/build-aux/ltmain.in
> > @@ -7,7 +7,6 @@
> > # Copyright (C) 1996-2019, 2021-2024 Free Software Foundation, Inc.
> > # This is free software; see the source for copying conditions. There is
> > NO
> > # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> > PURPOSE.
> > -
> > # GNU Libtool is free software; you can redistribute it and/or modify
> > # it under the terms of the GNU General Public License as published by
> > # the Free Software Foundation; either version 2 of the License, or
>
> let's leave unrelated changes out please
Sorry.
>
> > @@ -5413,12 +5412,14 @@ func_mode_link ()
> > # -shared-libsan Link with shared sanitizer runtimes (Clang)
> > # -static-libsan Link with static sanitizer runtimes (Clang)
> > # -fuse-ld=* Linker select flags for GCC
> > + # -f{file|debug|macro}-prefix-map* needed for lto linking
>
> these take the form of -ffile-prefix-map=xxx right ?
Yes. There was talk of a 'read from file' version but that doesn't look
like it was merged anywhere.
> so we'd want to put a = before the glob at the end ?
Sure. I'll also add profile-prefix-map for completeness since it looks
like the naming debate was settled on that one and it was merged (I
personally don't need it).
Cheers,
Richard