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/rtems/score/arm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/arm/rtems/score/arm.h') 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