From 12e5d361a4dcfe3579f1dd263f911ac193b0fa29 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 7 Oct 2016 14:18:31 -0300 Subject: Fix iseqsig for ports that do not support FE_INVALID Microblaze, nios2, and tile do not support FE_INVALID and thus define feraiseexcept as a empty macro. Include math-private.h to get such definition. Checked with a build for microblaze, nios2, and tilepro. * math/s_iseqsig_template.c: Include math-private.h. --- math/s_iseqsig_template.c | 1 + 1 file changed, 1 insertion(+) (limited to 'math') diff --git a/math/s_iseqsig_template.c b/math/s_iseqsig_template.c index ebdae64..5969206 100644 --- a/math/s_iseqsig_template.c +++ b/math/s_iseqsig_template.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include -- cgit v1.1