]> granicus.if.org Git - libvpx/commit
Parse out arm isa targets from dumpmachine
authorMike Frysinger <vapier@chromium.org>
Wed, 15 Aug 2012 15:55:31 +0000 (11:55 -0400)
committerJohann <johannkoenig@google.com>
Wed, 15 Aug 2012 16:14:28 +0000 (09:14 -0700)
commit2b59e14a0023be9d084349d58ee156a49cc674bb
tree42e870fe188dd07786bee81c3f4f9a9a4a53d24d
parentb4ab43f12cc44a24e8161eb2d0857b78c756b18c
Parse out arm isa targets from dumpmachine

The current parsing logic of the dumpmachine tuple lacks any arm
cases which means tgt_isa never gets set, so for all arm targets,
we get detected as generic-gnu.  Add some basic arm checks here
so the automatic detection logic works.

Change-Id: Ie5e98142876025c6708604236bc519c0bdb09319
build/make/configure.sh