Update config.guess to recognize aarch64 82/18382/1
authorIlya Palachev <i.palachev@samsung.com>
Fri, 21 Mar 2014 11:16:46 +0000 (15:16 +0400)
committerIlya Palachev <i.palachev@samsung.com>
Fri, 21 Mar 2014 11:16:46 +0000 (15:16 +0400)
commit573c4b808b386a9ad50842a08a825b0d89e4353d
treecbb33a19ae27c65ec6f07e9c743ea9af7c617d7d
parent5e6d4babb2a0793d863e3bd1562355e82fea16a2
Update config.guess to recognize aarch64

Tizen toolchain team in Samsung company is planning to build Tizen
for new arm 64 bit architecture - Aarch64. But package
"libmm-wfd" cannot be built for this architecture because
of the following build errors:

""
checking build system type... ./config.guess: unable to guess system
type

This script, last modified 2011-05-11, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

   http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
and
   http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD

If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.
""

Thus we have downloaded the latest version of file "config.guess"
from the suggested place and applied it to the git repository.

Change-Id: If2630cc1a44eee09e887f6e22eabec3191f91a38
Signed-off-by: Ilya Palachev <i.palachev@samsung.com>
config.guess