]> git.pld-linux.org Git - packages/ceph.git/blame - ix86-no-asm.patch
- fix awk shebang, rel 2
[packages/ceph.git] / ix86-no-asm.patch
CommitLineData
bbe36688
JR
1--- ceph-16.2.7/cmake/modules/CheckNasm.cmake~ 2021-12-07 17:15:49.000000000 +0100
2+++ ceph-16.2.7/cmake/modules/CheckNasm.cmake 2022-02-12 19:19:51.463245367 +0100
3@@ -10,6 +10,9 @@
4 set(CMAKE_REQUIRED_QUIET true)
5 include(CheckCXXSourceCompiles)
6 check_cxx_source_compiles("
7+ #if !defined(__x86_64__)
8+ #error ix86
9+ #endif
10 #if defined(__x86_64__) && defined(__ILP32__)
11 #error x32
12 #endif
This page took 0.025823 seconds and 4 git commands to generate.