Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
This commit is contained in:
commit
ceba65337f
|
@ -8,14 +8,14 @@ AC_DEFUN([ZFS_AC_CONFIG_USER_ARCH], [
|
|||
AC_MSG_RESULT([$TARGET_ARCH])
|
||||
|
||||
case $TARGET_ARCH in
|
||||
i386|x86_64|powerpc)
|
||||
i386|x86_64|powerpc64)
|
||||
AC_SUBST([TARGET_ARCH])
|
||||
AC_SUBST([TARGET_ARCH_DIR])
|
||||
;;
|
||||
*)
|
||||
AC_MSG_ERROR([
|
||||
*** Unsupported architecture $TARGET_ARCH
|
||||
*** Available architectures: x86, x86_64, powerpc])
|
||||
*** Available architectures: x86, x86_64, powerpc64])
|
||||
;;
|
||||
esac
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue