Skip to content

Commit fd8659d

Browse files
committed
fix aarch64 for gcc
1 parent 343160e commit fd8659d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boulder/data/macros/arch/aarch64.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ definitions:
55
- libsuffix : ""
66
- build_platform : aarch64-%(vendorID)
77
- host_platform : aarch64-%(vendorID)
8-
- cc : "%(compiler_c) -m64"
9-
- cxx : "%(compiler_cxx) -m64"
10-
- cpp : "%(compiler_cpp) -m64"
8+
- cc : "%(compiler_c)"
9+
- cxx : "%(compiler_cxx)"
10+
- cpp : "%(compiler_cpp)"
1111
- march : armv8-a+simd+fp+crypto
1212
- mtune : cortex-a72.cortex-a53
1313
- target_triple : "aarch64-unknown-linux-gnu"

0 commit comments

Comments
 (0)