Fix build on ia64 and sparc64.

PR:		ports/106303
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
This commit is contained in:
Shaun Amott 2006-12-09 22:47:43 +00:00
parent 4dc8dde88e
commit b804fe9316
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179340

View file

@ -0,0 +1,11 @@
--- src/cdo.c.orig Tue Sep 12 14:50:14 2006
+++ src/cdo.c Mon Dec 4 17:38:55 2006
@@ -663,7 +663,7 @@
fprintf(stderr, "FLT_EVAL_METHOD = %d\n", FLT_EVAL_METHOD);
#endif
#if defined (FP_FAST_FMA)
- fprintf(stderr, "FP_FAST_FMA = %d\n", FP_FAST_FMA);
+ fprintf(stderr, "FP_FAST_FMA = defined\n");
#endif
fprintf(stderr, "\n");