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], [
32 TARGET_CPU=$target_cpu
36 AM_CONDITIONAL([TARGET_CPU_AARCH64], test $TARGET_CPU = aarch64)
37 AM_CONDITIONAL([TARGET_CPU_X86_64], test $TARGET_CPU = x86_64)
38 AM_CONDITIONAL([TARGET_CPU_POWERPC], test $TARGET_CPU = powerpc)
39 AM_CONDITIONAL([TARGET_CPU_SPARC64], test $TARGET_CPU = sparc64)
40 AM_CONDITIONAL([TARGET_CPU_ARM], test $TARGET_CPU = arm)