cpuid is not available on i686-nacl

This commit is contained in:
Frank Denis 2016-07-06 16:23:50 +02:00
parent 89918e94f1
commit 351ae49e53

View File

@ -569,7 +569,7 @@ AM_CONDITIONAL([HAVE_TI_MODE], [test $HAVE_TI_MODE_V = 1])
AC_SUBST(HAVE_TI_MODE_V)
HAVE_CPUID_V=0
AS_IF([test "$enable_asm" != "no" -o "$host_os" = "nacl"],[
AS_IF([test "$enable_asm" != "no" -o "$host_alias" = "x86_64-nacl"],[
AC_MSG_CHECKING(for cpuid instruction)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ ]], [[
unsigned int cpu_info[4];