Update config.guess to recognize aarch64 81/18381/2
authorIlya Palachev <i.palachev@samsung.com>
Fri, 21 Mar 2014 11:09:18 +0000 (15:09 +0400)
committerIlya Palachev <i.palachev@samsung.com>
Fri, 21 Mar 2014 11:13:19 +0000 (15:13 +0400)
commitb2ca481c31622651cf4c2a2362c1f51311114af3
treee3cc45d87d0e53977d8a5f2c18da78114fabd09f
parentd6b0a5accea763473f4fec6ea90dd6794847d4ea
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
"gst-rtsp-server-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: I5018c42a8757beb4329250993d73e4d6cf74a5ca
Signed-off-by: Ilya Palachev <i.palachev@samsung.com>
config.guess