From 761e171ad834a0d0adcd8712fde85ab1325afc3a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Nov 2015 15:57:10 -0800 Subject: 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. --- sim/cr16/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sim/cr16/configure') diff --git a/sim/cr16/configure b/sim/cr16/configure index 215f0c4..b44e895 100755 --- a/sim/cr16/configure +++ b/sim/cr16/configure @@ -12914,7 +12914,7 @@ sim_link_links="${sim_link_links} targ-vals.def" -wire_endian="" +wire_endian="LITTLE_ENDIAN" default_endian="" # Check whether --enable-sim-endian was given. if test "${enable_sim_endian+set}" = set; then : @@ -12958,8 +12958,8 @@ else fi fi -wire_alignment="STRICT_ALIGNMENT" -default_alignment="STRICT_ALIGNMENT" +wire_alignment="NONSTRICT_ALIGNMENT" +default_alignment="" # Check whether --enable-sim-alignment was given. if test "${enable_sim_alignment+set}" = set; then : -- cgit v1.1