aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libgcc/ya.make
blob: d748a74846ef52d503ee54a8c2f9d00734efd562 (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
LIBRARY()

WITHOUT_LICENSE_TEXTS()

LICENSE(YandexOpen)

# Placeholders for new GCC 4.9.2 C++ ABI which is not present on older systems

OWNER(
    somov
    g:contrib
    g:cpp-contrib
)

IF (NOT OS_WINDOWS)
    SRCS(
        cxxabi.cpp
        stdcxx_bits.cpp
    )
ENDIF()

NO_UTIL()

END()