summaryrefslogtreecommitdiff
path: root/config/m-templ.h
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1995-08-09 14:52:04 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1995-08-09 14:52:04 +0000
commit4a6a38d85896cbfb38bd70559410141a02fd236a (patch)
tree8a34310fc34728078ab3b3a0f4927e4dded7d59d /config/m-templ.h
parentbd39426c54f78214dfe59c24ddf505e87f83db1e (diff)
downloadocaml-4a6a38d85896cbfb38bd70559410141a02fd236a.tar.gz
Fichier oublie
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@193 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'config/m-templ.h')
-rw-r--r--config/m-templ.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/config/m-templ.h b/config/m-templ.h
new file mode 100644
index 0000000000..803f5dfb4b
--- /dev/null
+++ b/config/m-templ.h
@@ -0,0 +1,21 @@
+/* Processor dependencies */
+
+#define BIG_ENDIAN
+
+/* Define BIG_ENDIAN if the processor is big endian (the most significant
+ byte of an integer stored in memory comes first). Leave BIG_ENDIAN undefined
+ if the processor is little-endian (the least significant byte comes first).
+*/
+
+#define ALIGNMENT
+
+/* Define ALIGNMENT if the processor puts alignment constraints on 16-bit and
+ 32-bit memory accesses. Leave ALIGNMENT undefined if the processor can
+ access a 16-bit or 32-bit integer at any address.
+*/
+
+#define ALIGN_DOUBLE
+
+/* Define ALIGN_DOUBLE if the processor requires doubles to be
+ doubleword-aligned. Leave ALIGN_DOUBLE undefined if the processor supports
+ word-aligned doubles. */