summaryrefslogtreecommitdiff
path: root/sim/v850/configure
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-22 09:34:28 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-22 09:34:28 +0000
commit8d332f9c1ac901f6ce879a0ae2718fb720afc672 (patch)
treeb820b3c02a0e603d393f5394e01bba5be62132f6 /sim/v850/configure
parent4ca7d6d25b8020a15edf366aeb0fa9b3ac636e2b (diff)
downloadbinutils-8d332f9c1ac901f6ce879a0ae2718fb720afc672.tar.gz
binutils-8d332f9c1ac901f6ce879a0ae2718fb720afc672.tar.bz2
binutils-8d332f9c1ac901f6ce879a0ae2718fb720afc672.zip
Enable --alignment option, stop sim-options.c hardwiring the alignment.
Diffstat (limited to 'sim/v850/configure')
-rwxr-xr-xsim/v850/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/v850/configure b/sim/v850/configure
index cdb603f0516..a1eda849ea5 100755
--- a/sim/v850/configure
+++ b/sim/v850/configure
@@ -1329,8 +1329,8 @@ else
fi
-wire_alignment="NONSTRICT_ALIGNMENT"
-default_alignment=""
+wire_alignment=""
+default_alignment="NONSTRICT_ALIGNMENT"
# Check whether --enable-sim-alignment or --disable-sim-alignment was given.
if test "${enable_sim_alignment+set}" = set; then