Changeset 274da98 for automake


Ignore:
Timestamp:
Jan 9, 2019, 1:10:43 PM (5 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:
f23b685
Parents:
25cdca5
Message:

added armv7l as a valid arm target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • automake/cfa.m4

    r25cdca5 r274da98  
    7373                "arm"        ) cannon_arch_name="arm";;
    7474                "ARM"        ) cannon_arch_name="arm";;
     75                "armv7l"     ) cannon_arch_name="arm";;
    7576                *)
    7677                >&2 echo "Unkown architecture " $arch_name;
Note: See TracChangeset for help on using the changeset viewer.