aboutsummaryrefslogtreecommitdiff
path: root/sim/rl78/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/rl78/config.in')
-rw-r--r--sim/rl78/config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/rl78/config.in b/sim/rl78/config.in
index a52fc2b..bbccc94 100644
--- a/sim/rl78/config.in
+++ b/sim/rl78/config.in
@@ -1,5 +1,8 @@
/* config.in. Generated from configure.ac by autoheader. */
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
@@ -135,6 +138,18 @@
#endif
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+ significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+# define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+# undef WORDS_BIGENDIAN
+# endif
+#endif
+
/* Define to 1 if on MINIX. */
#undef _MINIX