This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] RISC-V: Fix library search path for rv32


Hi all:

Current rv32 library search path are set to lib/<abi>, however
according the library path settings in gcc [1], it should be
lib32/<abi>.

We've verified that with glibc testsuite for glibc/rv32 port

2018-09-19  Kito Cheng  <kito@andestech.com>
ld/
       * emulparams/elf32lriscv.sh: Correct the library search path.
       * emulparams/elf32lriscv_ilp32.sh: Likewise.
       * emulparams/elf32lriscv_ilp32f.sh: Likewise.


[1] https://github.com/riscv/riscv-gcc/blob/riscv-gcc-8.1.0/gcc/config/riscv/t-linux


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]