Changeset 305581d for automake/cfa.m4


Ignore:
Timestamp:
Aug 21, 2018, 9:22:36 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
90152a4, 92f413c
Parents:
2a6292d
Message:

Fix problem where configure would set default CPU to which ever was the last target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • automake/cfa.m4

    r2a6292d r305581d  
    5757
    5858AC_DEFUN([M4CFA_CANNON_CPU], [
    59         case $arch_name in
     59        case $1 in
    6060                "host") arch_name=${host_cpu};;
    61                 *) ;;
     61                *) arch_name=$1;;
    6262        esac
    6363
Note: See TracChangeset for help on using the changeset viewer.