Emit a warning when -z relro is unsupported
[deliverable/binutils-gdb.git] / sim / cris / configure.ac
... / ...
CommitLineData
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(Makefile.in)
3sinclude(../common/acinclude.m4)
4
5SIM_AC_COMMON
6
7# For dv-rv and rvdummy.
8AC_CHECK_HEADERS(sys/socket.h sys/select.h limits.h sys/param.h)
9
10SIM_AC_OPTION_ENDIAN(LITTLE)
11SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
12SIM_AC_OPTION_SCACHE(16384)
13SIM_AC_OPTION_WARNINGS
14SIM_AC_OPTION_HARDWARE(yes,,rv cris cris_900000xx)
15
16# The default model shouldn't matter as long as there's a BFD.
17SIM_AC_OPTION_DEFAULT_MODEL(crisv32)
18SIM_AC_OPTION_CGEN_MAINT
19
20SIM_AC_OUTPUT
This page took 0.022409 seconds and 4 git commands to generate.