From e21b752f137ddcc73cddfa059362aaf188085458 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Thu, 4 Apr 2019 19:18:18 +0000 Subject: [PATCH] libroot/posix: Add missing riscv64 knowledge Change-Id: I49682d79f5e4b2dd981480636e7a55d25f11c9d1 Reviewed-on: https://review.haiku-os.org/c/1377 Reviewed-by: Adrien Destugues --- 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 77dc7efa4f..7eadb13c4e 100644 --- a/src/system/libroot/posix/stdlib/strtod.c +++ b/src/system/libroot/posix/stdlib/strtod.c @@ -126,7 +126,8 @@ #if defined(__i386__) || defined(__ia64__) || defined(__alpha__) || \ defined(__sparc64__) || defined(__powerpc__) || defined(__POWERPC__) || \ defined(__m68k__) || defined(__M68K__) || defined(__arm__) || \ - defined(__mipsel__) || defined(__MIPSEL__) || defined(__x86_64__) + defined(__mipsel__) || defined(__MIPSEL__) || defined(__x86_64__) || \ + defined(__riscv64__) # include # if BYTE_ORDER == BIG_ENDIAN # define IEEE_BIG_ENDIAN