Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Unified Diff: sim/msp430/configure.ac

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sim/msp430/configure ('k') | sim/msp430/msp430-sim.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sim/msp430/configure ('k') | sim/msp430/msp430-sim.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698