https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111605

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Rui Ueyama from comment #2)
> I can make a change to the `make install` rule of the mold linker to install
> bunch of symbolic links, but can we enumerate all possible triples? For
> example, I wasn't aware that `arm-none-eabi` was a valid triple. If I
> enumerate _all_ possible triples, wouldn't I end up with installing hundreds
> of symlinks?

There are way too many (valid) triplets to list really and also the vendor
could be different and still be valid.

> 
> And the tons of symbolic links wouldn't serve any meaningful purpose because
> mold just ignores argv[0].

More likely the scripts which build the full toolchains directories should be
creating the symbolic links instead of mold itself.

Reply via email to