aboutsummaryrefslogtreecommitdiff
path: root/sim/bpf/configure.ac
blob: 32729370b5aaa692b7678172291c85713b6d7923 (plain)
1
2
3
4
5
6
7
8
9
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])

SIM_AC_OPTION_BITSIZE([64])
SIM_AC_OPTION_SCACHE(16384)
SIM_AC_OPTION_DEFAULT_MODEL([bpf-def])

SIM_AC_OUTPUT