diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2007-10-08 14:19:34 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2007-10-08 14:19:34 +0000 |
commit | 4167841b165fb2104ccd54664756d2d5dd69f643 (patch) | |
tree | 1b8ce069f147ad2cafb1c2dc0b4e75fbec1826c8 /byterun/config.h | |
parent | 773ff5b8837f1fe12f4012b5c68f154a30cbcf8e (diff) |
fusion de la version 3.10.0
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8416 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/config.h')
-rw-r--r-- | byterun/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/config.h b/byterun/config.h index 9a52c5524..25681e7f5 100644 --- a/byterun/config.h +++ b/byterun/config.h @@ -85,7 +85,7 @@ typedef struct { uint32 l, h; } uint64, int64; float is at byte offset [a], the next lsb at [b], ..., and the most significant byte at [h]. */ -#if defined(__arm__) +#if defined(__arm__) && !defined(__ARM_EABI__) #define ARCH_FLOAT_ENDIANNESS 0x45670123 #elif defined(ARCH_BIG_ENDIAN) #define ARCH_FLOAT_ENDIANNESS 0x76543210 |