Skip to content
Permalink
ba90e05052
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
7 lines (6 sloc) 111 Bytes
DEFAULT GLIBC_2.17
%ifdef HAVE_AARCH64_BE
ld=ld-linux-aarch64_be.so.1
%else
ld=ld-linux-aarch64.so.1
%endif