aboutsummaryrefslogtreecommitdiff
path: root/machine/machine.ac
blob: e3033b24636d3b53622e4eddfe1a6b1b1b885246 (plain)
1
2
3
4
5
6
7
8
9
10
# See LICENSE for license details.

AC_ARG_ENABLE([fp-emulation], AS_HELP_STRING([--disable-fp-emulation], [Disable floating-point emulation]))
AS_IF([test "x$enable_fp_emulation" != "xno"], [
  AC_DEFINE([PK_ENABLE_FP_EMULATION],,[Define if floating-point emulation is enabled])
])

AC_ARG_WITH([dts], AS_HELP_STRING([--with-dts], [Support a machine dts]),
  [AC_SUBST([MACHINE_DTS], $with_dts, [machine dts])]
)