From ac5f5cdf012a3bec46fb11e5543244e90a4a2610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Mon, 17 Aug 2009 14:59:19 +0000 Subject: [PATCH] Define IEEE-endianness for arch mipsel. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32464 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/stdlib/strtod.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/system/libroot/posix/stdlib/strtod.c b/src/system/libroot/posix/stdlib/strtod.c index 4429ddd940..d80c15a39a 100644 --- a/src/system/libroot/posix/stdlib/strtod.c +++ b/src/system/libroot/posix/stdlib/strtod.c @@ -125,7 +125,8 @@ #if defined(__i386__) || defined(__ia64__) || defined(__alpha__) || \ defined(__sparc64__) || defined(__powerpc__) || defined(__POWERPC__) || \ - defined(__m68k__) || defined(__M68K__) || defined(__arm__) || defined(__ARM__) + defined(__m68k__) || defined(__M68K__) || defined(__arm__) || \ + defined(__ARM__) || defined(__mipsel__) || defined(__MIPSEL__) # include # if BYTE_ORDER == BIG_ENDIAN # define IEEE_BIG_ENDIAN