aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-30 02:27:22 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-30 12:58:23 -0400
commitc4c9c44f57763ef4acacb440cdf601f5ce087edb (patch)
tree45e129d5acd2a50116d809626a96fd87c74f3bd7 /sim/arm/configure.ac
parent20f796c9700ce22f0bf596ddf435bc6b48efbc15 (diff)
downloadgdb-c4c9c44f57763ef4acacb440cdf601f5ce087edb.zip
gdb-c4c9c44f57763ef4acacb440cdf601f5ce087edb.tar.gz
gdb-c4c9c44f57763ef4acacb440cdf601f5ce087edb.tar.bz2
sim: arm: use common configure options
In preparation for converting to nrun, call the common functions that are needed. This doesn't produce any new warnings, and the generated code should be the same.
Diffstat (limited to 'sim/arm/configure.ac')
-rw-r--r--sim/arm/configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/arm/configure.ac b/sim/arm/configure.ac
index 799a5df..96d0ffd 100644
--- a/sim/arm/configure.ac
+++ b/sim/arm/configure.ac
@@ -5,4 +5,11 @@ sinclude(../common/acinclude.m4)
SIM_AC_COMMON
+SIM_AC_OPTION_ENDIAN
+SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
+SIM_AC_OPTION_HOSTENDIAN
+SIM_AC_OPTION_ENVIRONMENT
+SIM_AC_OPTION_INLINE
+SIM_AC_OPTION_WARNINGS
+
SIM_AC_OUTPUT