Merge "AArch64: Add support for AArch64 to stdlib/strtod.c"

This commit is contained in:
Elliott Hughes 2013-10-28 23:25:27 +00:00 committed by Gerrit Code Review
commit 6e504fdaff

View File

@ -107,7 +107,7 @@ __RCSID("$NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $");
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
defined(__powerpc__) || defined(__sh__) || defined(__x86_64__) || \
defined(__hppa__) || \
(defined(__arm__) && defined(__VFP_FP__))
(defined(__arm__) && defined(__VFP_FP__)) || defined(__aarch64__)
#include <endian.h>
#if BYTE_ORDER == BIG_ENDIAN
#define IEEE_BIG_ENDIAN