diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-22 00:24:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-22 00:24:46 +0000 |
commit | b45caf050caea8283ab17a2f6cc76a2208763132 (patch) | |
tree | fab0ce895fbabaa22590490edea9826bc7219ce4 /sim/v850/configure.in | |
parent | 2c778bc53aafc06ac2b7705314efcebb5940ebab (diff) | |
download | gdb-b45caf050caea8283ab17a2f6cc76a2208763132.zip gdb-b45caf050caea8283ab17a2f6cc76a2208763132.tar.gz gdb-b45caf050caea8283ab17a2f6cc76a2208763132.tar.bz2 |
Add support for --enable-sim-alignment to simulator common aclocal.m4
Add support for --alignment={strict,nonstrict,forced} to simulator common
run-time options.
For v850 use, make the default NONSTRICT_ALIGNMENT.
Diffstat (limited to 'sim/v850/configure.in')
-rw-r--r-- | sim/v850/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/v850/configure.in b/sim/v850/configure.in index 0a74c5c..dfa4f02 100644 --- a/sim/v850/configure.in +++ b/sim/v850/configure.in @@ -6,7 +6,7 @@ AC_INIT(Makefile.in) SIM_AC_COMMON SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN) -SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT) +SIM_AC_OPTION_ALIGNMENT(,NONSTRICT_ALIGNMENT) SIM_AC_OPTION_HOSTENDIAN SIM_AC_OPTION_WARNINGS SIM_AC_OPTION_RESERVED_BITS |