aboutsummaryrefslogtreecommitdiff
path: root/sim/cr16/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-15 15:57:10 -0800
committerMike Frysinger <vapier@gentoo.org>2015-11-15 21:48:06 -0500
commit761e171ad834a0d0adcd8712fde85ab1325afc3a (patch)
treed6f6c1b2d0151d271464c75902aa4b6f1e8f8649 /sim/cr16/configure.ac
parent267b3b8e068f5043419991175bdbc56eb7a575be (diff)
downloadgdb-761e171ad834a0d0adcd8712fde85ab1325afc3a.zip
gdb-761e171ad834a0d0adcd8712fde85ab1325afc3a.tar.gz
gdb-761e171ad834a0d0adcd8712fde85ab1325afc3a.tar.bz2
sim: cr16: convert to common sim memory modules
The cr16 port has a lot of translation/offset logic baked into it, but it all looks like copy & paste from the d10v port rather than something the cr16 port wants.
Diffstat (limited to 'sim/cr16/configure.ac')
-rw-r--r--sim/cr16/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/cr16/configure.ac b/sim/cr16/configure.ac
index 96d0ffd..ebf8bd3 100644
--- a/sim/cr16/configure.ac
+++ b/sim/cr16/configure.ac
@@ -5,8 +5,8 @@ sinclude(../common/acinclude.m4)
SIM_AC_COMMON
-SIM_AC_OPTION_ENDIAN
-SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
+SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN)
+SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
SIM_AC_OPTION_HOSTENDIAN
SIM_AC_OPTION_ENVIRONMENT
SIM_AC_OPTION_INLINE