aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/v850/config.in')
-rw-r--r--sim/v850/config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/v850/config.in b/sim/v850/config.in
index e455298..21ee17e 100644
--- a/sim/v850/config.in
+++ b/sim/v850/config.in
@@ -3,6 +3,10 @@
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
+/* Define if your processor stores words with the most significant
+ byte first (like Motorola and SPARC, unlike Intel and VAX). */
+#undef WORDS_BIGENDIAN
+
/* Define if you have the getrusage function. */
#undef HAVE_GETRUSAGE
@@ -29,3 +33,6 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+
+/* Define if you have the <utime.h> header file. */
+#undef HAVE_UTIME_H