aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libc_compat/ubuntu_14/ya.make
blob: 3690c8613a3f680a34518ca64bc85dd3c47146cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
LIBRARY()

WITHOUT_LICENSE_TEXTS()

LICENSE(BSD-3-Clause)

NO_PLATFORM()

NO_RUNTIME()

NO_UTIL()

DISABLE(NEED_PLATFORM_PEERDIRS)
DISABLE(OPENSOURCE_EXPORT)

IF (OS_SDK == "ubuntu-14")
    PEERDIR(
        build/platform/linux_sdk
    )
    SRCS(
        aligned_alloc.c
        c16rtomb.c
        c32rtomb.c
        getauxval.cpp
        mbrtoc16.c
        mbrtoc32.c
        secure_getenv.cpp
        timespec_get.c
    )
    SRC_C_PIC(
        glibc.cpp
        -fno-lto
    )
ENDIF()

END()