- Timestamp:
- Aug 12, 2019, 12:34:27 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 1ee048fd
- Parents:
- 14347ac (diff), 4f5a8a2 (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
-
configure
r14347ac ref46abb 3478 3478 "x86-64" ) cannon_arch_name="x64";; 3479 3479 "x86_64" ) cannon_arch_name="x64";; 3480 "aarch64" ) cannon_arch_name=" x64";;3480 "aarch64" ) cannon_arch_name="arm";; 3481 3481 "x86" ) cannon_arch_name="x86";; 3482 3482 "i386" ) cannon_arch_name="x86";; … … 3520 3520 "x86-64" ) cannon_arch_name="x64";; 3521 3521 "x86_64" ) cannon_arch_name="x64";; 3522 "aarch64" ) cannon_arch_name=" x64";;3522 "aarch64" ) cannon_arch_name="arm";; 3523 3523 "x86" ) cannon_arch_name="x86";; 3524 3524 "i386" ) cannon_arch_name="x86";;
Note: See TracChangeset
for help on using the changeset viewer.