Changeset f45772e for tools/build
- Timestamp:
- Oct 8, 2023, 9:14:31 AM (12 months ago)
- Branches:
- master
- Children:
- 92211d9
- Parents:
- 2261bcc (diff), 9689e54 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/build/cfa.m4
r2261bcc rf45772e 67 67 "x86_64" ) cannon_arch_name="x64";; 68 68 "aarch64" ) cannon_arch_name="arm64";; 69 "arm 4") cannon_arch_name="arm64";;69 "arm64" ) cannon_arch_name="arm64";; 70 70 "ARM64" ) cannon_arch_name="arm64";; 71 71 "x86" ) cannon_arch_name="x86";;
Note: See TracChangeset
for help on using the changeset viewer.