Index: sim/msp430/configure.ac |
diff --git a/sim/rl78/configure.ac b/sim/msp430/configure.ac |
similarity index 85% |
copy from sim/rl78/configure.ac |
copy to sim/msp430/configure.ac |
index 4da61f9f0025775d65d389503eca847610123dc0..fccf6d7b4c51d02f873080cc0332e94bd684dd19 100644 |
--- a/sim/rl78/configure.ac |
+++ b/sim/msp430/configure.ac |
@@ -1,6 +1,6 @@ |
dnl Process this file with autoconf to produce a configure script. |
-dnl Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. |
+dnl Copyright (C) 2005, 2007-2013 Free Software Foundation, Inc. |
dnl Contributed by Red Hat, Inc. |
dnl |
dnl This file is part of the GNU simulators. |
@@ -26,4 +26,7 @@ SIM_AC_COMMON |
AC_CHECK_HEADERS(getopt.h) |
+SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN) |
+SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT) |
+ |
SIM_AC_OUTPUT |