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 8e7c87a commit 6a7f55eCopy full SHA for 6a7f55e
src/trusted/cpu_features/CMakeLists.txt
@@ -4,11 +4,11 @@ if (ARCH STREQUAL "i686" OR ARCH STREQUAL "amd64")
4
"arch/x86/cpu_xgetbv.S"
5
)
6
elseif (ARCH STREQUAL "armhf")
7
- # For unkown reasons src/trusted/cpu_features/build.scons was building them on every architecture.
8
- list(APPEND CPU_FEATURES_INPUTS
9
- "arch/arm/cpu_arm.c"
10
- "arch/mips/cpu_mips.c"
11
- )
+ # For unkown reasons src/trusted/cpu_features/build.scons was building that on every architecture.
+ list(APPEND CPU_FEATURES_INPUTS "arch/arm/cpu_arm.c")
+elseif (ARCH STREQUAL "mips32")
+ list(APPEND CPU_FEATURES_INPUTS "arch/mips/cpu_mips.c")
12
endif()
13
14
0 commit comments