grep/grep-ppc-fix.patch

22 lines
424 B
Diff

Index: grep-2.9/gnulib-tests/test-float.c
===================================================================
--- grep-2.9.orig/gnulib-tests/test-float.c
+++ grep-2.9/gnulib-tests/test-float.c
@@ -361,16 +361,6 @@ main ()
test_float ();
test_double ();
- {
- DECL_LONG_DOUBLE_ROUNDING
-
- BEGIN_LONG_DOUBLE_ROUNDING ();
-
- test_long_double ();
-
- END_LONG_DOUBLE_ROUNDING ();
- }
-
return 0;
}