mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 10:50:07 +00:00
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
DEFAULT GLIBC_2.29
|
||
|
|
||
|
%if CSKYABI == 2 && CSKY_HARD_FLOAT == 1
|
||
|
ld=ld-linux-cskyv2-hf.so.1
|
||
|
%elif CSKYABI == 2 && CSKY_HARD_FLOAT == 0
|
||
|
ld=ld-linux-cskyv2.so.1
|
||
|
%else
|
||
|
%error cannot determine ABI
|
||
|
%endif
|