- Timestamp:
- Jan 11, 2019, 3:15:51 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 276a55b2, 690166d, 95b8aa7
- Parents:
- d97c3a4 (diff), 7bd3bf2 (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
rd97c3a4 r52ffa30 3550 3550 "arm" ) cannon_arch_name="arm";; 3551 3551 "ARM" ) cannon_arch_name="arm";; 3552 "armv7l" ) cannon_arch_name="arm";; 3552 3553 *) 3553 3554 >&2 echo "Unkown architecture " $arch_name; … … 3590 3591 "arm" ) cannon_arch_name="arm";; 3591 3592 "ARM" ) cannon_arch_name="arm";; 3593 "armv7l" ) cannon_arch_name="arm";; 3592 3594 *) 3593 3595 >&2 echo "Unkown architecture " $arch_name;
Note:
See TracChangeset
for help on using the changeset viewer.