bpf: several small fixes in the simulator
[deliverable/binutils-gdb.git] / sim / bpf / configure.ac
CommitLineData
b26e2ae7
JM
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(Makefile.in)
3sinclude(../common/acinclude.m4)
4
5SIM_AC_COMMON
6
0316fb52 7SIM_AC_OPTION_BITSIZE([64])
b26e2ae7
JM
8SIM_AC_OPTION_ENDIAN([], [LITTLE])
9SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
10SIM_AC_OPTION_SCACHE(16384)
11SIM_AC_OPTION_DEFAULT_MODEL([bpf-def])
12SIM_AC_OPTION_CGEN_MAINT
13
14SIM_AC_OUTPUT
This page took 0.026017 seconds and 4 git commands to generate.