diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 15:57:10 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 21:48:06 -0500 |
commit | 761e171ad834a0d0adcd8712fde85ab1325afc3a (patch) | |
tree | d6f6c1b2d0151d271464c75902aa4b6f1e8f8649 /sim/cr16/configure | |
parent | 267b3b8e068f5043419991175bdbc56eb7a575be (diff) | |
download | fsf-binutils-gdb-761e171ad834a0d0adcd8712fde85ab1325afc3a.zip fsf-binutils-gdb-761e171ad834a0d0adcd8712fde85ab1325afc3a.tar.gz fsf-binutils-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')
-rwxr-xr-x | sim/cr16/configure | 6 |
1 files changed, 3 insertions, 3 deletions
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 : |