aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/asmglibc/ya.make
blob: c64ea8388a9bd89e4fff654f5f7c30a458fc4e51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()

LICENSE(LGPL-2.1-or-later)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(2.27)

ORIGINAL_SOURCE(http://ftp.gnu.org/gnu/glibc/)

NO_PLATFORM()

SRCS(
    memchr.S
)

END()