summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2002-05-21 03:40:42 +0000
committerbenno <benno@FreeBSD.org>2002-05-21 03:40:42 +0000
commitdb41f480f00686b5e788565d5a54e8828906b0e1 (patch)
tree2b44f17a23e0b26c5200ad1c6f2bc45195acc7c5 /lib
parent519e32d2762326b1ba6e85cf6789a700d37c81dd (diff)
downloadFreeBSD-src-db41f480f00686b5e788565d5a54e8828906b0e1.zip
FreeBSD-src-db41f480f00686b5e788565d5a54e8828906b0e1.tar.gz
Let this code know about PowerPC.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/strtod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c
index 1ec688f..9258d71 100644
--- a/lib/libc/stdlib/strtod.c
+++ b/lib/libc/stdlib/strtod.c
@@ -120,7 +120,7 @@ __FBSDID("$FreeBSD$");
*/
#if defined(__i386__) || defined(__ia64__) || defined(__alpha__) || \
- defined(__sparc64__)
+ defined(__sparc64__) || defined(__powerpc__)
#include <sys/types.h>
#if BYTE_ORDER == BIG_ENDIAN
#define IEEE_BIG_ENDIAN
OpenPOWER on IntegriCloud