From 7e950a442032c18824d9645e8701d7a97b210f3c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 18 Dec 2001 14:09:49 +0000 Subject: 2001-12-09 Ralf Corsepius * asm.h: include cpuopts.h instead of targopts.h * rtems/score/arm.h: Use __arm__. --- 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 f5f6ca2a28..7994d7150b 100644 --- a/cpukit/score/cpu/arm/rtems/score/arm.h +++ b/cpukit/score/cpu/arm/rtems/score/arm.h @@ -29,7 +29,7 @@ extern "C" { * of the family. */ -#if defined(arm) +#if defined(__arm__) #define CPU_MODEL_NAME "arm" #define ARM_HAS_FPU 0 -- cgit v1.2.3