gas: run the hwcaps-bump tests with 64-bit sparc objects only.
[deliverable/binutils-gdb.git] / sim / moxie / configure.ac
... / ...
CommitLineData
1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.64)dnl
3AC_INIT(Makefile.in)
4sinclude(../common/acinclude.m4)
5
6SIM_AC_COMMON
7
8AC_CHECK_TOOL(DTC, dtc)
9
10SIM_AC_OPTION_ENDIAN(BIG)
11SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
12SIM_AC_OPTION_WARNINGS
13
14SIM_AC_OUTPUT
This page took 0.023319 seconds and 4 git commands to generate.