From 655108e416e99152f9a31a1a5910a3ad7b973d2b Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Thu, 28 Jun 2018 14:43:38 +0200 Subject: psxfile01: floating point context required when calling fprintf This avoids an exception (FP disabled) when RTEMS/Newlib have been built with LLVM/Sparc. --- testsuites/psxtests/psxfile01/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuites/psxtests/psxfile01/main.c b/testsuites/psxtests/psxfile01/main.c index c634082a4a..5ccdd6b7c7 100644 --- a/testsuites/psxtests/psxfile01/main.c +++ b/testsuites/psxtests/psxfile01/main.c @@ -44,6 +44,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