You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add instructions for single-ISA CMake builds
Added detailed instructions to the user guide on how to build
using CMake for single-ISA configurations.
Resolves: COMPMID-8550
Signed-off-by: Dennis Wildmark <dennis.wildmark@arm.com>
Change-Id: Ib402da1dccecf0208a38061465e64e7a47134a92
@subsubsection S1_8_2_4_single_isa_builds Single ISA builds
548
+
549
+
CMake also supports building for a single ISA. Effectively it guarantees to use the same -march argument for all of the libraries built. Some of the libs require certain features to build, so if they aren't available for the selected march, they will not be built.
550
+
551
+
To achieve a single-ISA build:
552
+
- ACL_MULTI_ISA option must be disabled (OFF).
553
+
- ACL_ARCH_ISA must be set to the desired ISA.
554
+
- (optional) ACL_ARCH_FEATURES should contain the optional features desired.
0 commit comments