mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
* rtems/score/arm.h: Make it a warning not error that the FPU multilib is not supported yet.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* rtems/score/arm.h: Make it a warning not error that the FPU multilib
|
||||
is not supported yet.
|
||||
|
||||
2010-04-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S,
|
||||
|
||||
@@ -79,7 +79,7 @@ extern "C" {
|
||||
#define ARM_HAS_FPU 0
|
||||
#else
|
||||
#define ARM_HAS_FPU 1
|
||||
# error "FPU-support not yet implemented for the arm"
|
||||
#warning "FPU-support not yet implemented for the arm"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user