We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5470f6 commit 9f99446Copy full SHA for 9f99446
compiler-rt/cmake/base-config-ix.cmake
@@ -14,11 +14,7 @@ include(CompilerRTDarwinUtils)
14
check_include_file(unwind.h HAVE_UNWIND_H)
15
16
# Used by sanitizer_common and tests.
17
-if (${CMAKE_SYSTEM_NAME} MATCHES AIX)
18
- check_include_file(tirpc/rpc/xdr.h HAVE_RPC_XDR_H)
19
-else()
20
- check_include_file(rpc/xdr.h HAVE_RPC_XDR_H)
21
-endif()
+check_include_file(rpc/xdr.h HAVE_RPC_XDR_H)
22
if (NOT HAVE_RPC_XDR_H)
23
set(HAVE_RPC_XDR_H 0)
24
endif()
0 commit comments