Changeset ae628e1 for automake/cfa.m4


Ignore:
Timestamp:
Aug 10, 2018, 6:17:09 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Added option to use 'host' as the target architecture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • automake/cfa.m4

    r47c1928 rae628e1  
    5858AC_DEFUN([M4CFA_CANNON_CPU], [
    5959        case $arch_name in
     60                "host") arch_name=${host_cpu};;
     61                *) ;;
     62        esac
     63
     64        case $arch_name in
    6065                "x64"        ) cannon_arch_name="x64";;
    6166                "x86-64"     ) cannon_arch_name="x64";;
Note: See TracChangeset for help on using the changeset viewer.