Changeset ae628e1 for configure


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
  • configure

    r47c1928 rae628e1  
    34603460
    34613461        case $arch_name in
     3462                "host") arch_name=${host_cpu};;
     3463                *) ;;
     3464        esac
     3465
     3466        case $arch_name in
    34623467                "x64"        ) cannon_arch_name="x64";;
    34633468                "x86-64"     ) cannon_arch_name="x64";;
     
    34923497
    34933498
     3499
     3500        case $arch_name in
     3501                "host") arch_name=${host_cpu};;
     3502                *) ;;
     3503        esac
    34943504
    34953505        case $arch_name in
Note: See TracChangeset for help on using the changeset viewer.