From 95337b50b041ccf6365404ce4744e02498ace2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 27 Jul 2009 16:08:32 +0000 Subject: [PATCH] [GSoC] [ARM] Patch by Johannes Wischert. Include ARM in the endian test. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31815 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/stdlib/strtod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/libroot/posix/stdlib/strtod.c b/src/system/libroot/posix/stdlib/strtod.c index 0de293ca79..d9d4e2ec0b 100644 --- a/src/system/libroot/posix/stdlib/strtod.c +++ b/src/system/libroot/posix/stdlib/strtod.c @@ -115,7 +115,7 @@ #if defined(__i386__) || defined(__ia64__) || defined(__alpha__) || \ defined(__sparc64__) || defined(__powerpc__) || defined(__POWERPC__) || \ - defined(__m68k__) || defined(__M68K__) + defined(__m68k__) || defined(__M68K__) || defined(__arm__) || defined(__ARM__) # include # if BYTE_ORDER == BIG_ENDIAN # define IEEE_BIG_ENDIAN