From 07e178005a63cbbe3a634dda080a7f7976cbd294 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 18 Jul 2017 13:07:26 +0200 Subject: tests: Use floating point task These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076. --- testsuites/samples/pppd/system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/samples/pppd/system.h') diff --git a/testsuites/samples/pppd/system.h b/testsuites/samples/pppd/system.h index 812a5a23ad..f671cdbb83 100644 --- a/testsuites/samples/pppd/system.h +++ b/testsuites/samples/pppd/system.h @@ -26,6 +26,9 @@ extern int pppdapp_initialize(void); TTY1_DRIVER_TABLE_ENTRY, TTY2_DRIVER_TABLE_ENTRY #define CONFIGURE_RTEMS_INIT_TASKS_TABLE + +#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT + #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 8 #define CONFIGURE_EXECUTIVE_RAM_SIZE (512*1024) -- cgit v1.2.3