mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
|
DEFAULT GLIBC_2.27
|
||
|
|
||
|
%if RISCV_ABI_XLEN == 64 && RISCV_ABI_FLEN == 64
|
||
|
ld=ld-linux-riscv64-lp64d.so.1
|
||
|
%elif RISCV_ABI_XLEN == 64 && RISCV_ABI_FLEN == 0
|
||
|
ld=ld-linux-riscv64-lp64.so.1
|
||
|
%else
|
||
|
%error cannot determine ABI
|
||
|
%endif
|