RISC-V: Fix library search path for rv32.
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.
This commit is contained in:
parent
c475f56919
commit
dbfcd05365
@ -1,3 +1,9 @@
|
||||
2018-09-20 Kito Cheng <kito@andestech.com>
|
||||
|
||||
* emulparams/elf32lriscv.sh: Correct the library search path.
|
||||
* emulparams/elf32lriscv_ilp32.sh: Likewise.
|
||||
* emulparams/elf32lriscv_ilp32f.sh: Likewise.
|
||||
|
||||
2018-09-20 Nelson Chu <nelson.chu1990@gmail.com>
|
||||
|
||||
* emultempl/nds32elf.em (hyper_relax): New variable.
|
||||
|
@ -9,7 +9,7 @@ case "$target" in
|
||||
riscv32*-linux*)
|
||||
case "$EMULATION_NAME" in
|
||||
*32*)
|
||||
LIBPATH_SUFFIX="/ilp32d" ;;
|
||||
LIBPATH_SUFFIX="32/ilp32d 32" ;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
@ -8,7 +8,7 @@ case "$target" in
|
||||
riscv32*-linux*)
|
||||
case "$EMULATION_NAME" in
|
||||
*32*)
|
||||
LIBPATH_SUFFIX="/ilp32" ;;
|
||||
LIBPATH_SUFFIX="32/ilp32 32" ;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
@ -8,7 +8,7 @@ case "$target" in
|
||||
riscv32*-linux*)
|
||||
case "$EMULATION_NAME" in
|
||||
*32*)
|
||||
LIBPATH_SUFFIX="/ilp32f" ;;
|
||||
LIBPATH_SUFFIX="32/ilp32f 32" ;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user