mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
DEFAULT GLIBC_2.36
|
|
|
|
%if LOONGARCH_ABI_GRLEN == 64 && LOONGARCH_ABI_FRLEN == 64
|
|
ld=ld-linux-loongarch-lp64d.so.1
|
|
%elif LOONGARCH_ABI_GRLEN == 64 && LOONGARCH_ABI_FRLEN == 0
|
|
ld=ld-linux-loongarch-lp64s.so.1
|
|
%else
|
|
%error cannot determine ABI
|
|
%endif
|