blob: 4ab7d6b83e984469144f1d14c130e297a8fc0601 (
plain)
1
2
3
4
5
6
7
8
9
|
DEFAULT GLIBC_2.29
%if CSKYABI == 2 && CSKY_HARD_FLOAT_ABI == 1
ld=ld-linux-cskyv2-hf.so.1
%elif CSKYABI == 2 && CSKY_HARD_FLOAT_ABI == 0
ld=ld-linux-cskyv2.so.1
%else
%error cannot determine ABI
%endif
|