Add missing stdlib.h includes to sim
[deliverable/binutils-gdb.git] / sim / cris / configure.ac
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(Makefile.in)
3 AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
4
5 SIM_AC_COMMON
6
7 # For dv-rv and rvdummy.
8 AC_CHECK_HEADERS_ONCE(m4_flatten([
9 sys/param.h
10 sys/select.h
11 sys/socket.h
12 ]))
13
14 SIM_AC_OPTION_ENDIAN(LITTLE)
15 SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
16 SIM_AC_OPTION_SCACHE(16384)
17 SIM_AC_OPTION_WARNINGS(no)
18 SIM_AC_OPTION_HARDWARE(rv cris cris_900000xx)
19
20 # The default model shouldn't matter as long as there's a BFD.
21 SIM_AC_OPTION_DEFAULT_MODEL(crisv32)
22 SIM_AC_OPTION_CGEN_MAINT
23
24 SIM_AC_OUTPUT
This page took 0.030768 seconds and 4 git commands to generate.