2 dnl # Set the target cpu architecture. This allows the
3 dnl # following syntax to be used in a Makefile.am.
5 dnl # if TARGET_CPU_POWERPC
11 AC_DEFUN([ZFS_AC_CONFIG_ALWAYS_ARCH], [
29 TARGET_CPU=$target_cpu
33 AM_CONDITIONAL([TARGET_CPU_AARCH64], test $TARGET_CPU = aarch64)
34 AM_CONDITIONAL([TARGET_CPU_X86_64], test $TARGET_CPU = x86_64)
35 AM_CONDITIONAL([TARGET_CPU_POWERPC], test $TARGET_CPU = powerpc)
36 AM_CONDITIONAL([TARGET_CPU_SPARC64], test $TARGET_CPU = sparc64)