rtems: Do not switch off the FP attribute

This is necessary after commit 335e5caa9a.
This commit is contained in:
Sebastian Huber
2015-06-11 10:44:18 +02:00
parent f718e790e1
commit aa2a62ce34

View File

@@ -39,11 +39,7 @@ extern "C" {
* This attribute constant indicates the attributes that are not * This attribute constant indicates the attributes that are not
* supportable given the hardware configuration. * supportable given the hardware configuration.
*/ */
#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )
#define ATTRIBUTES_NOT_SUPPORTED 0 #define ATTRIBUTES_NOT_SUPPORTED 0
#else
#define ATTRIBUTES_NOT_SUPPORTED RTEMS_FLOATING_POINT
#endif
/** /**
* This attribute constant indicates the attributes that are * This attribute constant indicates the attributes that are