From: Nikos Mavrogiannopoulos Date: Thu, 5 Apr 2012 15:33:01 +0000 (+0200) Subject: avoid the floating point test. X-Git-Tag: gnutls_3_0_19~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be9dba69580d8349e4e35cafe5cce309b14611a3;p=thirdparty%2Fgnutls.git avoid the floating point test. --- diff --git a/gl/override/tests/test-float.c.diff b/gl/override/tests/test-float.c.diff new file mode 100644 index 0000000000..c2e3d6ba1a --- /dev/null +++ b/gl/override/tests/test-float.c.diff @@ -0,0 +1,24 @@ +--- gl/tests/test-float.c.orig ++++ gl/tests/test-float.c +@@ -23,11 +23,11 @@ + #include "fpucw.h" + #include "macros.h" + ++#if 0 ++ + /* Check that FLT_RADIX is a constant expression. */ + int a[] = { FLT_RADIX }; + +-#if FLT_RADIX == 2 +- + /* Return 2^n. */ + static float + pow2f (int n) +@@ -377,7 +377,6 @@ main () + int + main () + { +- fprintf (stderr, "Skipping test: FLT_RADIX is not 2.\n"); + return 77; + } +