diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-22 09:34:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-22 09:34:28 +0000 |
commit | 8d332f9c1ac901f6ce879a0ae2718fb720afc672 (patch) | |
tree | b820b3c02a0e603d393f5394e01bba5be62132f6 /sim/v850/configure.in | |
parent | 4ca7d6d25b8020a15edf366aeb0fa9b3ac636e2b (diff) | |
download | gdb-8d332f9c1ac901f6ce879a0ae2718fb720afc672.zip gdb-8d332f9c1ac901f6ce879a0ae2718fb720afc672.tar.gz gdb-8d332f9c1ac901f6ce879a0ae2718fb720afc672.tar.bz2 |
Enable --alignment option, stop sim-options.c hardwiring the 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 |