From 2433bcaf864e25bcf30a6d36f98e1d60484baa0a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 27 Feb 2002 21:45:19 +0000 Subject: 2001-02-27 Joel Sherrill * rtems/score/cpu.h: Fix conditional to match current GCC. --- cpukit/score/cpu/or32/rtems/score/or32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/or32/rtems/score/or32.h') diff --git a/cpukit/score/cpu/or32/rtems/score/or32.h b/cpukit/score/cpu/or32/rtems/score/or32.h index 69750cdabf..1aadcfc286 100644 --- a/cpukit/score/cpu/or32/rtems/score/or32.h +++ b/cpukit/score/cpu/or32/rtems/score/or32.h @@ -45,7 +45,7 @@ extern "C" { #define CPU_MODEL_NAME "rtems_multilib" #define OR32_HAS_FPU 1 -#elif defined(or32) +#elif defined(__or1k__) || defined(__OR1K__) #define CPU_MODEL_NAME "or32_model" #define OR32_HAS_FPU 1 -- cgit v1.2.3