sim: cr16: convert to common sim memory modules
[deliverable/binutils-gdb.git] / sim / cr16 / configure
index 215f0c45bfab5711d23a1d987a2a8b5f979d0bb0..b44e895990cbc84f71030a11ce4f679cbe9812c8 100755 (executable)
@@ -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 :
This page took 0.024325 seconds and 4 git commands to generate.