From aa2a62ce34a3f6335a41f1f10bbb40e36fb00fcd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 11 Jun 2015 10:44:18 +0200 Subject: rtems: Do not switch off the FP attribute This is necessary after commit 335e5caa9a9e0f28acf94fe4c2871017fcd71794. --- cpukit/rtems/include/rtems/rtems/attrimpl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/rtems') diff --git a/cpukit/rtems/include/rtems/rtems/attrimpl.h b/cpukit/rtems/include/rtems/rtems/attrimpl.h index a32c37096d..bb8e5f8f58 100644 --- a/cpukit/rtems/include/rtems/rtems/attrimpl.h +++ b/cpukit/rtems/include/rtems/rtems/attrimpl.h @@ -39,11 +39,7 @@ extern "C" { * This attribute constant indicates the attributes that are not * supportable given the hardware configuration. */ -#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE ) #define ATTRIBUTES_NOT_SUPPORTED 0 -#else -#define ATTRIBUTES_NOT_SUPPORTED RTEMS_FLOATING_POINT -#endif /** * This attribute constant indicates the attributes that are -- cgit v1.2.3