- Timestamp:
- Aug 10, 2018, 6:17:09 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 3fc5f010
- Parents:
- 47c1928
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r47c1928 rae628e1 3460 3460 3461 3461 case $arch_name in 3462 "host") arch_name=${host_cpu};; 3463 *) ;; 3464 esac 3465 3466 case $arch_name in 3462 3467 "x64" ) cannon_arch_name="x64";; 3463 3468 "x86-64" ) cannon_arch_name="x64";; … … 3492 3497 3493 3498 3499 3500 case $arch_name in 3501 "host") arch_name=${host_cpu};; 3502 *) ;; 3503 esac 3494 3504 3495 3505 case $arch_name in
Note: See TracChangeset
for help on using the changeset viewer.