Accept x86_64 as well as i*86 for $host_cpu in Solaris on x86

Needed when using a compiler that defaults to 64-bit output when
configure is checking for $host_cpu.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Thomas Klausner <wiz@NetBSD.org>
This commit is contained in:
Alan Coopersmith 2015-04-03 19:01:40 -07:00
parent 0018784cdd
commit d4e85afac6

View File

@ -1976,7 +1976,7 @@ if test "x$XORG" = xyes; then
sparc*)
SOLARIS_INOUT_ARCH="sparcv8plus"
;;
i*86)
i*86|x86_64*)
if test x$SOLARIS_64 = xyes ; then
SOLARIS_INOUT_ARCH="amd64"
else