From b2f251a8c2342eebcdbc38f12048708b87364740 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 May 2010 20:29:13 +0000 Subject: 2010-05-10 Joel Sherrill * rtems/score/arm.h: Make it a warning not error that the FPU multilib is not supported yet. --- cpukit/score/cpu/arm/ChangeLog | 5 +++++ cpukit/score/cpu/arm/rtems/score/arm.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu') diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index 81e582ba19..e7c347f590 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,8 @@ +2010-05-10 Joel Sherrill + + * rtems/score/arm.h: Make it a warning not error that the FPU multilib + is not supported yet. + 2010-04-08 Sebastian Huber * arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S, diff --git a/cpukit/score/cpu/arm/rtems/score/arm.h b/cpukit/score/cpu/arm/rtems/score/arm.h index 42ad413512..d74765c5f7 100644 --- a/cpukit/score/cpu/arm/rtems/score/arm.h +++ b/cpukit/score/cpu/arm/rtems/score/arm.h @@ -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 -- cgit v1.2.3