File tree Expand file tree Collapse file tree 2 files changed +0
-58
lines changed Expand file tree Collapse file tree 2 files changed +0
-58
lines changed Original file line number Diff line number Diff line change @@ -208,14 +208,6 @@ elseif(GLIBC_COMPATIBILITY)
208208 message (${RECONFIGURE_MESSAGE_LEVEL} "Glibc compatibility cannot be enabled in current configuration" )
209209endif ()
210210
211- if (GLIBC_COMPATIBILITY)
212- # NOTE: we may also want to check glibc version and add -include only for 2.32+
213- # however this is extra complexity, especially for cross compiling.
214- # And anyway it should not break anything for <2.32.
215- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -include ${CMAKE_CURRENT_SOURCE_DIR} /base/glibc-compatibility/glibc-compat-2.32.h" )
216- set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -include ${CMAKE_CURRENT_SOURCE_DIR} /base/glibc-compatibility/glibc-compat-2.32.h" )
217- endif ()
218-
219211# Make sure the final executable has symbols exported
220212set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -rdynamic" )
221213
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments