Module Name:    src
Committed By:   christos
Date:           Sun Dec 20 16:24:45 UTC 2015

Modified Files:
        src/include: fenv.h

Log Message:
Powerpc now has fenv.h


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/include/fenv.h:1.14
--- src/include/fenv.h:1.13	Sat Dec 27 11:54:02 2014
+++ src/include/fenv.h	Sun Dec 20 11:24:45 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: fenv.h,v 1.13 2014/12/27 16:54:02 martin Exp $	*/
+/*	$NetBSD: fenv.h,v 1.14 2015/12/20 16:24:45 christos Exp $	*/
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #if !defined(__aarch64__) && !defined(__arm__) && !defined(__i386__) \
-    && !defined(__hppa__) \
+    && !defined(__hppa__) && !defined(__powerpc__) \
     && !defined(__or1k__) && !defined(__riscv__) && !defined(__sparc__) \
     && !defined(__x86_64__)
 #error	"fenv.h is currently not supported for this architecture"

Reply via email to