Module Name: src Committed By: matt Date: Sun Apr 28 21:07:37 UTC 2013
Modified Files: src/include: fenv.h Log Message: Enable fenv support for arm. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/include/fenv.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/include/fenv.h diff -u src/include/fenv.h:1.8 src/include/fenv.h:1.9 --- src/include/fenv.h:1.8 Sat Apr 27 21:35:25 2013 +++ src/include/fenv.h Sun Apr 28 21:07:36 2013 @@ -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