- 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
-
automake/cfa.m4
r47c1928 rae628e1 58 58 AC_DEFUN([M4CFA_CANNON_CPU], [ 59 59 case $arch_name in 60 "host") arch_name=${host_cpu};; 61 *) ;; 62 esac 63 64 case $arch_name in 60 65 "x64" ) cannon_arch_name="x64";; 61 66 "x86-64" ) cannon_arch_name="x64";;
Note: See TracChangeset
for help on using the changeset viewer.