From 26c3f9f5760702939106ba5aaf3a5936d7450424 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Thu, 28 Jun 2018 14:42:11 +0200 Subject: psx13: floating point context required when calling fprintf This avoids an exception (FP disabled) when RTEMS/Newlib have been built with LLVM/Sparc. --- testsuites/psxtests/psx13/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites') diff --git a/testsuites/psxtests/psx13/main.c b/testsuites/psxtests/psx13/main.c index aee8b780fd..05909a2839 100644 --- a/testsuites/psxtests/psx13/main.c +++ b/testsuites/psxtests/psx13/main.c @@ -43,6 +43,8 @@ rtems_task Init( #define CONFIGURE_RTEMS_INIT_TASKS_TABLE +#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT + #define CONFIGURE_INIT #include -- cgit v1.2.3