bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/22962] [RISCV] add abi subdirectories support to ld


From: wilson at gcc dot gnu.org
Subject: [Bug ld/22962] [RISCV] add abi subdirectories support to ld
Date: Wed, 14 Mar 2018 22:01:25 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22962

--- Comment #7 from Jim Wilson <wilson at gcc dot gnu.org> ---
DJ Delorie provided some helpful info about Fedora RISC-V port in a chat and
I'm now starting to understand the problem.  Turns out that Fedora does put
libraries in /usr/lib64/lp64d, and then puts links in /usr/lib64.

However, we have 6 different arch/abi combinations that are officially
supported for linux (though not all upstream yet), and a theoretically infinite
number that are unofficially supported, as this is a customizable architecture.
 I'm concerned about how to actually implement that in ld.  It would be easier
to do it in gcc and not worry about ld.

On Fedora, running gcc -v tmp.c I see in the output
    -L/lib64/lp64d -L/usr/lib64/lp64d
so it appears that Fedora gcc is OK, but maybe that is a modification that
Fedora made to the gcc sources.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]