X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=math%2FMakefile;fp=math%2FMakefile;h=d2a740eebe142223fb589ccef7dac3f2fe3c65ec;hb=637bfc392f406c6c77f59494ed34949a6161bceb;hp=121a70912125ddc82d4c96ce2962bc2d284768ae;hpb=87cb1dfcd6d1acbcd695279d7abd9163a0cc64fc;p=thirdparty%2Fglibc.git diff --git a/math/Makefile b/math/Makefile index 121a709121..d2a740eebe 100644 --- a/math/Makefile +++ b/math/Makefile @@ -498,6 +498,7 @@ tests = \ bug-nextafter \ bug-nexttoward \ bug-tgmath1 \ + test-ceil-except-2 \ test-femode \ test-femode-traps \ test-fenv basic-test \ @@ -989,6 +990,8 @@ CFLAGS-test-fe-snans-always-signal.c += $(config-cflags-signaling-nans) CFLAGS-test-nan-const.c += -fno-builtin +CFLAGS-test-ceil-except-2.c += -fno-builtin + include ../Rules gen-all-calls = $(gen-libm-calls) $(gen-calls)