diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-05-01 09:54:44 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-05-01 09:54:44 +0300 |
commit | 8908a1dc52e17e6268b0d527cabdc7893fff5d06 (patch) | |
tree | 4836d2a9f71f3d101488319465e9646da28a53d8 | |
parent | aafa1d52a0218b80ccff2120e4b52a8cdef58643 (diff) | |
download | ydb-8908a1dc52e17e6268b0d527cabdc7893fff5d06.tar.gz |
External build system generator release 31
Update tools: yexport
-rw-r--r-- | cmake/global_flags.compiler.gnu.cmake | 2 | ||||
-rw-r--r-- | library/cpp/balloc/CMakeLists.windows-x86_64.txt | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/cmake/global_flags.compiler.gnu.cmake b/cmake/global_flags.compiler.gnu.cmake index b086cd4d34d..765ce89a486 100644 --- a/cmake/global_flags.compiler.gnu.cmake +++ b/cmake/global_flags.compiler.gnu.cmake @@ -45,7 +45,7 @@ else() string(APPEND _GNU_COMMON_C_CXX_FLAGS " -D_FILE_OFFSET_BITS=64") endif() -if (CMAKE_SYSTEM_PROCESSOR MATCHES "^(arm.*|aarch64)") +if (CMAKE_SYSTEM_PROCESSOR MATCHES "^(arm.*|aarch64|ppc64le)") string(APPEND _GNU_COMMON_C_CXX_FLAGS " -fsigned-char") endif() diff --git a/library/cpp/balloc/CMakeLists.windows-x86_64.txt b/library/cpp/balloc/CMakeLists.windows-x86_64.txt index f6b91521b3c..7a299b9800f 100644 --- a/library/cpp/balloc/CMakeLists.windows-x86_64.txt +++ b/library/cpp/balloc/CMakeLists.windows-x86_64.txt @@ -10,7 +10,5 @@ add_library(library-cpp-balloc INTERFACE) target_link_libraries(library-cpp-balloc INTERFACE contrib-libs-cxxsupp -) -target_allocator(library-cpp-balloc library-cpp-lfalloc ) |