diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/fenv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/fenv.h b/include/fenv.h index bee5ddf1f4f..7f731e5a9c3 100644 --- a/include/fenv.h +++ b/include/fenv.h @@ -1,4 +1,4 @@ -/* $NetBSD: fenv.h,v 1.12 2014/09/19 17:39:15 matt Exp $ */ +/* $NetBSD: fenv.h,v 1.13 2014/12/27 16:54:02 martin Exp $ */ /* * Copyright (c) 2010 The NetBSD Foundation, Inc. * All rights reserved. @@ -26,6 +26,7 @@ */ #if !defined(__aarch64__) && !defined(__arm__) && !defined(__i386__) \ + && !defined(__hppa__) \ && !defined(__or1k__) && !defined(__riscv__) && !defined(__sparc__) \ && !defined(__x86_64__) #error "fenv.h is currently not supported for this architecture" |
