Changeset a8d4b59 for automake/cfa.m4


Ignore:
Timestamp:
Aug 5, 2019, 10:12:43 AM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
c63d48f
Parents:
298ab3d
Message:

fix architecture type of ARM in automake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • automake/cfa.m4

    r298ab3d ra8d4b59  
    6666                "x86-64"     ) cannon_arch_name="x64";;
    6767                "x86_64"     ) cannon_arch_name="x64";;
    68                 "aarch64"    ) cannon_arch_name="x64";;
     68                "aarch64"    ) cannon_arch_name="arm";;
    6969                "x86"        ) cannon_arch_name="x86";;
    7070                "i386"       ) cannon_arch_name="x86";;
Note: See TracChangeset for help on using the changeset viewer.