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:
Joel Sherrill
2010-05-10 20:29:13 +00:00
parent 65636918c8
commit b2f251a8c2
2 changed files with 6 additions and 1 deletions

View File

@@ -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,

View File

@@ -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