Skip to content

Commit

Permalink
Merge pull request ClickHouse#8380 from ClickHouse/fix-build-xenial
Browse files Browse the repository at this point in the history
Fixed build on old systems
  • Loading branch information
alexey-milovidov committed Dec 24, 2019
2 parents 2e8cf53 + 2befa5a commit d029ee3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 210 deletions.
2 changes: 1 addition & 1 deletion contrib/libcxxabi
4 changes: 0 additions & 4 deletions libs/libglibc-compatibility/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ if (GLIBC_COMPATIBILITY)
list(APPEND glibc_compatibility_sources musl/getentropy.c)
endif()

if(MAKE_STATIC_LIBRARIES)
list(APPEND glibc_compatibility_sources libcxxabi/cxa_thread_atexit.cpp)
endif()

# Need to omit frame pointers to match the performance of glibc
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fomit-frame-pointer")

Expand Down
76 changes: 0 additions & 76 deletions libs/libglibc-compatibility/libcxxabi/LICENSE.TXT

This file was deleted.

8 changes: 0 additions & 8 deletions libs/libglibc-compatibility/libcxxabi/README.txt

This file was deleted.

121 changes: 0 additions & 121 deletions libs/libglibc-compatibility/libcxxabi/cxa_thread_atexit.cpp

This file was deleted.

0 comments on commit d029ee3

Please sign in to comment.