1 dnl We have to include these unconditionally since machines might want to use
2 dnl AM_CONDITIONAL in their subdirs.
3 m4_include([libm/machine/nds32/acinclude.m4])
4 m4_include([libm/machine/xtensa/acinclude.m4])
6 dnl Define HAVE_LIBM_MACHINE_<machine> automake conditionals.
7 m4_foreach_w([MACHINE], [
8 aarch64 amdgcn arm i386 mips nds32 powerpc pru sparc spu riscv x86_64 xtensa
10 AM_CONDITIONAL([HAVE_LIBM_MACHINE_]m4_toupper(MACHINE), test "${libm_machine_dir}" = "MACHINE")