We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f27bc commit 1f10a8aCopy full SHA for 1f10a8a
boulder/data/macros/arch/aarch64.yaml
@@ -5,9 +5,9 @@ definitions:
5
- libsuffix : ""
6
- build_platform : aarch64-%(vendorID)
7
- host_platform : aarch64-%(vendorID)
8
- - cc : "%(compiler_c) -m64"
9
- - cxx : "%(compiler_cxx) -m64"
10
- - cpp : "%(compiler_cpp) -m64"
+ - cc : "%(compiler_c)"
+ - cxx : "%(compiler_cxx)"
+ - cpp : "%(compiler_cpp)"
11
- march : armv8-a+simd+fp+crypto
12
- mtune : cortex-a72.cortex-a53
13
- target_triple : "aarch64-unknown-linux-gnu"
0 commit comments