Module Name: src Committed By: martin Date: Mon May 16 14:50:37 UTC 2011
Modified Files: src/include: fenv.h Log Message: Actually test for sparc v9 architecture, doesn't matter if we are building 32bit or 64bit (fixes 32bit compat library build on sparc64 - yes, they differ from native sparc libs!) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 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.4 src/include/fenv.h:1.5 --- src/include/fenv.h:1.4 Mon May 16 07:59:19 2011 +++ src/include/fenv.h Mon May 16 14:50:36 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: fenv.h,v 1.4 2011/05/16 07:59:19 he Exp $ */ +/* $NetBSD: fenv.h,v 1.5 2011/05/16 14:50:36 martin Exp $ */ /* * Copyright (c) 2010 The NetBSD Foundation, Inc. * All rights reserved. @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if !defined(__i386__) && !defined(__amd64__) && !defined(__sparc64__) +#if !defined(__i386__) && !defined(__amd64__) && !defined(__sparc_v9__) #error "fenv.h is currently not supported for this architecture" #endif