summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2013-04-28 21:07:36 +0000
committermatt <matt@NetBSD.org>2013-04-28 21:07:36 +0000
commitee175c8ee11499f2f61be8def8e418f9cefbe8da (patch)
treeaed37ba57f01f13445013f7d012d86211615912c /include
parentaa2b02401213252fbb2cc76cf02d868949e2138a (diff)
Enable fenv support for arm.
Diffstat (limited to 'include')
-rw-r--r--include/fenv.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/fenv.h b/include/fenv.h
index 9baa46e1f0e..7af3847c5a0 100644
--- a/include/fenv.h
+++ b/include/fenv.h
@@ -1,4 +1,4 @@
-/* $NetBSD: fenv.h,v 1.8 2013/04/27 21:35:25 joerg Exp $ */
+/* $NetBSD: fenv.h,v 1.9 2013/04/28 21:07:36 matt Exp $ */
/*
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -25,7 +25,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#if !defined(__i386__) && !defined(__amd64__) && !defined(__sparc__)
+#if !defined(__arm__) && !defined(__i386__) \
+ && !defined(__sparc__) && !defined(__x86_64__)
#error "fenv.h is currently not supported for this architecture"
#endif