Module Name:    src
Committed By:   matt
Date:           Wed Sep  3 19:28:20 UTC 2014

Modified Files:
        src/include: fenv.h

Log Message:
or1k support <fenv.h>


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/include/fenv.h:1.11
--- src/include/fenv.h:1.10	Sun Aug 10 05:57:30 2014
+++ src/include/fenv.h	Wed Sep  3 19:28:20 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: fenv.h,v 1.10 2014/08/10 05:57:30 matt Exp $	*/
+/*	$NetBSD: fenv.h,v 1.11 2014/09/03 19:28:20 matt Exp $	*/
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #if !defined(__aarch64__) && !defined(__arm__) && !defined(__i386__) \
-    && !defined(__sparc__) && !defined(__x86_64__)
+    && !defined(__or1k__) && !defined(__sparc__) && !defined(__x86_64__)
 #error	"fenv.h is currently not supported for this architecture"
 #endif
 

Reply via email to