diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-05 13:21:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-05 13:21:04 +0000 |
commit | 7a418800c16e72cc1f902ad19e0e81d1a6d66576 (patch) | |
tree | 06e7375d21160e5d650d31e99c42f5b6bca2b3e6 /sim/tic80/configure.in | |
parent | 3971886ac1616c4125531e42a884f031e27f7e21 (diff) | |
download | gdb-7a418800c16e72cc1f902ad19e0e81d1a6d66576.zip gdb-7a418800c16e72cc1f902ad19e0e81d1a6d66576.tar.gz gdb-7a418800c16e72cc1f902ad19e0e81d1a6d66576.tar.bz2 |
Start of implementation of a distributed (between processors)
simulator core object.
Diffstat (limited to 'sim/tic80/configure.in')
-rw-r--r-- | sim/tic80/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/tic80/configure.in b/sim/tic80/configure.in index d927edf..cb1cde7 100644 --- a/sim/tic80/configure.in +++ b/sim/tic80/configure.in @@ -8,6 +8,7 @@ SIM_AC_COMMON dnl Options available in this module SIM_AC_OPTION_INLINE(0) SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN) +SIM_AC_OPTION_ALIGNMENT(FORCED_ALIGNMENT) SIM_AC_OPTION_HOSTENDIAN SIM_AC_OPTION_WARNINGS SIM_AC_OPTION_RESERVED_BITS(1) |