summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-08-23 09:59:46 +0000
committerchristos <christos@NetBSD.org>2016-08-23 09:59:46 +0000
commitd9712ebf2ebd426d64824d753fdd19e8e8a60f18 (patch)
tree522124d1d0575ab88b014db4277bf089d7afa495 /include
parentb8ab21f358d117257aceae2a2c2dedac749b85be (diff)
add alpha
Diffstat (limited to 'include')
-rw-r--r--include/fenv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fenv.h b/include/fenv.h
index b40cddbbb8e..9fcfdb42e00 100644
--- a/include/fenv.h
+++ b/include/fenv.h
@@ -1,4 +1,4 @@
-/* $NetBSD: fenv.h,v 1.21 2015/12/29 01:58:26 christos Exp $ */
+/* $NetBSD: fenv.h,v 1.22 2016/08/23 09:59:46 christos Exp $ */
/*
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -32,7 +32,7 @@
#if !defined(__aarch64__) && !defined(__arm__) && !defined(__i386__) \
&& !defined(__hppa__) && !defined(__powerpc__) && !defined(__mips__) \
&& !defined(__or1k__) && !defined(__riscv__) && !defined(__sparc__) \
- && !defined(__x86_64__) \
+ && !defined(__x86_64__) && !defined(__alpha__) \
&& !(defined(__m68k__) && !(defined(__mc68010__) || defined(__mcoldfire__)))
# ifndef __TEST_FENV
# error "fenv.h is currently not supported for this architecture"