From 4159370f5dbf77526a900a5374a1cd7c634937b8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Jul 2000 21:16:53 +0000 Subject: Reworked score/cpu/sparc so it can be safely compiled multilib. All routines and structures that require CPU model specific information are now in libcpu. This primarily required moving erc32 specific information from score/cpu files to libcpu/sparc and the erc32 BSP. --- c/src/exec/score/cpu/i960/rtems/score/i960.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/cpu/i960') diff --git a/c/src/exec/score/cpu/i960/rtems/score/i960.h b/c/src/exec/score/cpu/i960/rtems/score/i960.h index 799d493279..6cc60af8c9 100644 --- a/c/src/exec/score/cpu/i960/rtems/score/i960.h +++ b/c/src/exec/score/cpu/i960/rtems/score/i960.h @@ -72,9 +72,9 @@ extern "C" { */ #if I960_HAS_FPU -#define CPU_MODEL_NAME "i960 w/FPU" +#define CPU_MODEL_NAME "w/FPU" #else -#define CPU_MODEL_NAME "i960 w/soft-float" +#define CPU_MODEL_NAME "w/soft-float" #endif #ifndef ASM -- cgit v1.2.3